A trait for list-like collections, where E is the type of the element
and L is the type of the list-like collection.
A linked list that implements the ListLike trait.
A trait for ordered values.
A trait that represents how two values are ordered.
A trait for list-like collections, where
Eis the type of the element andLis the type of the list-like collection.