☰
Mutable_Linked_List
container.Mutable_Linked_List
Type Parameters
type of data stored in this listFields
the data stored in this element.Functions
§group the elements of this sequence by a key of type K
f determines the key of an element
Type Parameters
type of data stored in this listFields
the data stored in this element.Functions
§group the elements of this sequence by a key of type K
f determines the key of an element
type of data stored in this listFields
the data stored in this element.Functions
§group the elements of this sequence by a key of type K
f determines the key of an element
type of data stored in this list
Fields
the data stored in this element.Functions
§group the elements of this sequence by a key of type K
f determines the key of an element
the data stored in this element.
Functions
§group the elements of this sequence by a key of type K
f determines the key of an element
§
group the elements of this sequence by a key of type K
f determines the key of an element
f determines the key of an element
On call to `Mutable_Linked_List LM T data` creates a minimal list consisting
of only one single element. To create larger rings, you can either call
`append` to add single cells, or `concat` to concatenate two lists.