LinkedList.this

Creates a linked list from a compatible range.

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
@safe pure
this
(
R
)
()

Meta