SList.this

Creates a new $(D_PSYMBOL SList) with the elements from an input range.

Parameters

R

Type of the initial range.

init R

Values to initialize the list with.

allocator Allocator

Allocator.

Meta