LinkedList.arrayOf

Returns the elements of the list copied into an array.

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
@property @safe nothrow pure
E[]
arrayOf
()

Meta