package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.1.tar.gz
sha256=43723d096307603703a1a89ed1b2eb202b365f5e7824b96b0cbf813b343a6cf7
sha512=b2a637f2e965000d3d49ad85277ca24d6cb07a1a7cf2bc69d296d8b03ad78c3eaa8e21e94b9162e62c2e11649cd03bc845b2a3dafe623b91065df69d47dc8e4f

doc/tezos-protocol-013-PtJakart.environment/Tezos_protocol_environment_013_PtJakart/Bytes/index.html

Module Tezos_protocol_environment_013_PtJakart.BytesSource

Sourceval length : bytes -> int
Sourceval get : bytes -> int -> char
Sourceval set : bytes -> int -> char -> unit
Sourceval make : int -> char -> bytes
Sourceval init : int -> (int -> char) -> bytes
Sourceval empty : bytes
Sourceval copy : bytes -> bytes
Sourceval of_string : string -> bytes
Sourceval to_string : bytes -> string
Sourceval sub : bytes -> int -> int -> bytes
Sourceval sub_string : bytes -> int -> int -> string
Sourceval extend : bytes -> int -> int -> bytes
Sourceval fill : bytes -> int -> int -> char -> unit
Sourceval blit : bytes -> int -> bytes -> int -> int -> unit
Sourceval blit_string : string -> int -> bytes -> int -> int -> unit
Sourceval concat : bytes -> bytes list -> bytes
Sourceval cat : bytes -> bytes -> bytes
Sourceval iter : (char -> unit) -> bytes -> unit
Sourceval iteri : (int -> char -> unit) -> bytes -> unit
Sourceval map : (char -> char) -> bytes -> bytes
Sourceval mapi : (int -> char -> char) -> bytes -> bytes
Sourceval trim : bytes -> bytes
Sourceval escaped : bytes -> bytes
Sourceval index_opt : bytes -> char -> int option
Sourceval rindex_opt : bytes -> char -> int option
Sourceval index_from_opt : bytes -> int -> char -> int option
Sourceval rindex_from_opt : bytes -> int -> char -> int option
Sourceval contains : bytes -> char -> bool
Sourceval contains_from : bytes -> int -> char -> bool
Sourceval rcontains_from : bytes -> int -> char -> bool
Sourceval uppercase_ascii : bytes -> bytes
Sourceval lowercase_ascii : bytes -> bytes
Sourceval capitalize_ascii : bytes -> bytes
Sourceval uncapitalize_ascii : bytes -> bytes
Sourcetype t = bytes
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.