package tezos-protocol-015-PtLimaPt

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-protocol-015-PtLimaPt.environment/Tezos_protocol_environment_015_PtLimaPt/Bytes/index.html

Module Tezos_protocol_environment_015_PtLimaPt.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.