#include "internal/__array_definition.hpp"
#include "internal/__external_exceptions.hpp"
#include "collections/generic/enumerator.hpp"
#include "collections/generic/icomparer.hpp"
#include "collections/generic/ilist.hpp"
#include "abstract.hpp"
#include "core_export.hpp"
#include "int64.hpp"
#include "iequatable.hpp"
#include "new_ptr.hpp"
#include "object.hpp"
#include "static.hpp"
#include <algorithm>
#include <vector>
#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. | |