Creates a new $(D_PSYMBOL SList) with the elements from a static array.
Creates a new $(D_PSYMBOL SList) with the elements from an input range.
Creates a new $(D_PSYMBOL SList).
Initializes this list from another one.
Removes all elements from the list.
The range types for $(D_PSYMBOL SList).
The range types for $(D_PSYMBOL SList).
Inserts a new element at the beginning.
Removes all contents from the list.
Inserts new elements before r.
Inserts elements from a static array before r.
Inserts a new element at the beginning.
Assigns another list.
Assigns an input range.
Assigns a static array.
Comparison for equality.
Removes the front element of the range from the list.
Removes r from the list.
Removes the front element.
Removes howMany elements from the list.
Allocator.
This property checks if the allocator was set in the constructor and sets it to the default one, if not.
Singly-linked list.