Constructs a qualified singly linked list out of an input range 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
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 singly linked list out of an input range that will use the provided allocator object. For immutable objects, a RCISharedAllocator must be supplied.