package impl
Type Members
- class Awaiter extends AnyRef
-
class
SimpleLinkedList[T] extends AnyRef
The motivation for implementing this tiny linked list is to have very fast append and remove operations when the number of elements is small.