#include "generic/list.hpp"#include "../iclonable.hpp"#include "../iequatable.hpp"#include "../array.hpp"#include "../boolean.hpp"#include "../byte.hpp"#include "../int32.hpp"#include "../math.hpp"#include "../npos.hpp"#include "../object.hpp"#include "../size.hpp"#include "../types.hpp"#include <bitset>#include <initializer_list>#include <limits>Contains xtd::collections::bit_array class.
Go to the source code of this file.
Classes | |
| class | xtd::collections::bit_array |
Manages a compact array of bit values, which are represented as booleans, where true indicates that the bit is on (1) and false indicates the bit is off (0). More... | |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| namespace | xtd::collections |
| The xtd::collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries. | |