#include "internal/__array_definition.h"
#include "internal/__external_exceptions.h"
#include "collections/generic/enumerator.h"
#include "collections/generic/icomparer.h"
#include "collections/generic/ilist.h"
#include "abstract.h"
#include "core_export.h"
#include "int64.h"
#include "iequatable.h"
#include "new_ptr.h"
#include "object.h"
#include "static.h"
#include <algorithm>
#include <vector>
#include "array_abstract_object.h"
#include "basic_array.h"
#include "array_1.h"
#include "array_2.h"
#include "array_3.h"
#include "array_static.h"
#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. | |