= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package graphv_core_lib
-
graphv_core_lib
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : int -> 'a -> 'a t
val init : int -> (unit -> 'a) -> 'a t
val insert : 'a t -> int -> 'a -> unit
val remove : 'a t -> int -> unit
val get : 'a t -> int -> 'a
val add : 'a t -> 'a -> unit
val steal : 'a t -> (unit -> 'a) -> 'a
val length : 'a t -> int
val iter : 'a t -> f:('a -> unit) -> unit
val clear : ?free:bool -> 'a t -> unit
val first : 'a t -> 'a
val last : 'a t -> 'a
val last_opt : 'a t -> 'a option
val pop_back : 'a t -> unit
val unsafe_array : 'a t -> 'a array
val empty : 'a t -> bool