Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays. 
- Definition
 template<typename type_t, xtd::size rank_, typename allocator_t>
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:58
 
Base object that represent array.
Definition basic_array.hpp:27
 
  
- Header
 -  
 
- Namespace
 - xtd 
 
- Library
 - xtd.core
 
- Examples
 - The following code example demonstrates different methods to create an array.  
 
- Examples
 - The following code example creates and initializes an array and displays its properties and its elements.