package stdune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Array.ImmutableSource

Sourcetype 'a t
Sourceval equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
Sourceval get : 'a t -> int -> 'a
Sourceval of_array : 'a array -> 'a t
Sourceval to_list : 'a t -> 'a list
Sourceval of_list : 'a list -> 'a t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval to_dyn : ('a -> Dyn.t) -> 'a t -> Dyn.t
Sourceval fold_right : 'a t -> f:('a -> 'acc -> 'acc) -> init:'acc -> 'acc
Sourceval exists : 'a t -> f:('a -> bool) -> bool
Sourceval length : _ t -> int
Sourceval to_list_map : 'a t -> f:('a -> 'b) -> 'b list
Sourceval of_list_map : 'a list -> f:('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.