KoneListBackedDeque
value class KoneListBackedDeque<Element>(data: KoneMutableList<Element>) : KoneDeque<Element> (source)
Properties
Functions
Link copied to clipboard
Checks if the collection is not empty.
Link copied to clipboard
Removes the first element, making the collection one element fewer. The element is placed at the beginning of the sequence.
Link copied to clipboard
Removes the last element, making the collection one element fewer. The element is placed at the end of the sequence.