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