#include "internal/__array_definition.hpp"#include "internal/__xtd_raw_array_data.hpp"#include "collections/generic/helpers/equator.hpp"#include "collections/generic/comparer.hpp"#include "collections/generic/enumerator.hpp"#include "collections/generic/icomparer.hpp"#include "collections/generic/ilist.hpp"#include "helpers/throw_helper.hpp"#include "abstract.hpp"#include "byte.hpp"#include "core_export.hpp"#include "int64.hpp"#include "iequatable.hpp"#include "new_ptr.hpp"#include "null.hpp"#include "object.hpp"#include "self.hpp"#include "static.hpp"#include <algorithm>#include "array_abstract_object.hpp"#include "basic_array.hpp"#include "array_1.hpp"#include "array_2.hpp"#include "array_3.hpp"#include "array_static.hpp"#include "array_.hpp"Contains xtd::array class.
Go to the source code of this file.
Classes | |
| class | xtd::array< type_t, rank_, allocator_t > |
| Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays. More... | |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |