Constructs a qualified array out of a number of items that will use the provided allocator object. For immutable objects, a RCISharedAllocator must be supplied.
a std.experimental.allocator.RCIAllocator or std.experimental.allocator.RCISharedAllocator allocator object
a variable number of items, either in the form of a list or as a built-in array
Complexity: O(m), where m is the number of items.
See Implementation
Constructs a qualified array out of a number of items that will use the provided allocator object. For immutable objects, a RCISharedAllocator must be supplied.