SList
Sparse lists.
val empty : 'a t
The empty list.
val is_empty : 'a t -> bool
val is_default : 'a t -> bool
val length : 'a t -> int
val to_list : 'a t -> 'a option list
val of_full_list : 'a list -> 'a t
module Skip : sig ... end
These iterators ignore the default values in the list.
module Smart : sig ... end
These iterators also ignore the default values in the list.