package res
-
res
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type strategy = Strategy.t
val length : t -> int
val lix : t -> int
val real_length : t -> int
val real_lix : t -> int
val empty : unit -> t
val create : int -> t
val enforce_strategy : t -> unit
val remove_one : t -> unit
val remove_n : t -> int -> unit
val remove_range : t -> int -> int -> unit
val clear : t -> unit
val swap : t -> int -> int -> unit
val swap_in_last : t -> int -> unit
val unsafe_remove_one : t -> unit
val unsafe_remove_n : t -> int -> unit
val unsafe_swap : t -> int -> int -> unit
val unsafe_swap_in_last : t -> int -> unit