Parameters
Signature
include module type of struct include Core end
val equal : t -> t -> boolval compare : t -> t -> intval of_bytes : ?pos:int -> string -> t optionval to_bytes : t -> stringval of_mixed_endian_bytes : ?pos:int -> string -> t optionval to_mixed_endian_bytes : t -> stringval unsafe_of_bytes : string -> tval unsafe_to_bytes : t -> stringval of_string : ?pos:int -> string -> t optionval to_string : ?upper:bool -> t -> stringval to_yojson : t -> [> `String of string ]val of_yojson : [> `String of string ] -> (t, string) resultval of_string_exn : string -> t