The maximum number of items in the list. Old items will automatically be evicted.
Optional
equality: ((a: T, b: T) => boolean)If given, this equality function will be used to determine whether a touched object matches one already in the list. If not given, coercing object equality will be used.
The current list of objects.
An observable emitting a new version of the list every time an object is touched.
A collection keeping track of a number of objects ordered by when they were touched.