package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
val empty : t
val of_list : Int.t list -> t
val to_list : t -> Int.t list
val is_empty : t -> bool
val size : t -> int
val add : t -> v:Int.t -> bool * t
val replace : t -> v:Int.t -> t
val remove : t -> v:Int.t -> bool * t
val contains : t -> v:Int.t -> bool