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>
Base object that represent array.
Definition basic_array.h:27
std::vector< type_t > array
Definition __array_definition.h:18
- 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.