Constructs a qualified array out of an input range. Because no allocator was provided, the array will use the GCAllocator.std.experimental.allocator.gc_allocator.. If Stuff defines length, Array will use it to reserve the necessary amount of memory.
an input range of elements that are implitictly convertible to T
Complexity: O(m), where m is the number of elements in the range.
See Implementation
Constructs a qualified array out of an input range. Because no allocator was provided, the array will use the GCAllocator.std.experimental.allocator.gc_allocator.. If Stuff defines length, Array will use it to reserve the necessary amount of memory.