We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a dynamically allocated array structure.
#include <std/ascii_stream.h> #include <std/array.h> using namespace core; int main() { array<int> arr = range<int>(0, 10); cout << arr << endl; return 0; }