Imandrakit_bytes.Byte_sliceA simple byte slice
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval create : ?off:int -> ?len:int -> bytes -> tval clear : t -> unitval of_string : string -> tval len : t -> intval get : t -> int -> charval set : t -> int -> char -> unitval consume : t -> int -> unitval contents : t -> string