sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module Ord : OrderedType
include Links_core.Notfound.Map.S with type key = Ord.t
type key = Ord.t
val empty : 'a t
val cardinal : 'a t -> int
val is_empty : 'a t -> bool
exception Not_disjoint of key * string
val size : 'a t -> int
the number of distinct keys in the map
remove the item with the given key from the map and return the remainder.
remove the item with the given key from the map and return the remainder.
as `find', but return an option instead of raising an exception
filters and applies a function -- None values discarded
val show : (Stdlib.Format.formatter -> 'a -> unit) -> 'a t -> string
val pp :
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a t ->
unit