LinkedList.opSlice

Creates a slice from the list.

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
@safe pure nothrow
LinkedList!(E, allowDuplicates, equal)
opSlice
(
size_t start
,
size_t end
)

Meta