package tezos-protocol-alpha

  1. Overview
  2. Docs
Tezos protocol alpha package

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

doc/tezos_protocol_environment_alpha/Tezos_protocol_environment_alpha/Array/index.html

Module Tezos_protocol_environment_alpha.Array

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.