Constructs a qualified singly linked list out of an input range. Because no allocator was provided, the list will use the GCAllocator.std.experimental.allocator..
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. Because no allocator was provided, the list will use the GCAllocator.std.experimental.allocator..