package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t = 'a array
val concat : 'a t list -> 'a t
val length : 'a t -> int
val to_list : 'a t -> 'a list
val get : [ `You_cannot_access_array_content_in_the_protocol ]
val unsafe_get : [ `You_cannot_access_array_content_in_the_protocol ]
val set : [ `You_cannot_modify_array_content_in_the_protocol ]
val unsafe_set : [ `You_cannot_modify_array_content_in_the_protocol ]
val to_seq : [ `You_cannot_traverse_arrays_lazily_in_the_protocol ]
val to_seqi : [ `You_cannot_traverse_arrays_lazily_in_the_protocol ]
val make : [ `You_cannot_build_arrays_with_implicit_sharing_in_the_protocol ]
val create : [ `You_cannot_build_arrays_with_implicit_sharing_in_the_protocol ]
val make_matrix : [ `You_cannot_build_arrays_with_implicit_sharing_in_the_protocol ]
val create_float : [ `You_cannot_use_floats_in_the_protocol ]
val make_float : [ `You_cannot_use_floats_in_the_protocol ]
val sub : [ `You_cannot_cut_arrays_in_the_protocol ]
val fill : [ `You_cannot_fill_arrays_in_the_protocol ]
val blit : [ `You_cannot_blit_arrays_in_the_protocol ]
val iter2 : [ `You_cannot_traverse_2_arrays_at_once_in_the_protocol ]
val map2 : [ `You_cannot_traverse_2_arrays_at_once_in_the_protocol ]
val combine : [ `You_cannot_traverse_2_arrays_at_once_in_the_protocol ]
val sort : [ `You_cannot_sort_arrays_in_the_protocol ]
val stable_sort : [ `You_cannot_sort_arrays_in_the_protocol ]
val fast_sort : [ `You_cannot_sort_arrays_in_the_protocol ]
module Floatarray : sig ... end
OCaml

Innovation. Community. Security.