package tezos-protocol-alpha

  1. Overview
  2. Docs
Tezos protocol alpha package

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

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.