de.sciss.lucre.expr
An observable linked list with fast head and last operations. This is the read-only layer, see List.Modifiable for a mutable list.
head
last
List.Modifiable
The list will report insertions and deletions.
the element type of the list
Note: this is an O(n) operation.
An observable linked list with fast
head
andlast
operations. This is the read-only layer, seeList.Modifiable
for a mutable list.The list will report insertions and deletions.
the element type of the list