Constructs a qualified array out of an input range that will use the provided allocator object. For immutable objects, a RCISharedAllocator must be supplied. If Stuff defines length, Array will use it to reserve the necessary amount of memory.
a std.experimental.allocator.RCIAllocator or std.experimental.allocator.RCISharedAllocator allocator object
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 that will use the provided allocator object. For immutable objects, a RCISharedAllocator must be supplied. If Stuff defines length, Array will use it to reserve the necessary amount of memory.