val bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : ( int -> t ) Bin_prot.Read.readerval bin_shape_t : Bin_prot.Shape.tval bin_writer_t : t Bin_prot.Type_class.writerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval compare : t -> t -> intval test_bit : t -> int -> boolval to_string : t -> stringval of_decimal_string : string -> tval to_bytes : t -> bytesval of_bytes : bytes -> tval length_in_bytes : intval to_hex_string : t -> stringval of_hex_string : ?reverse:bool -> string -> tval of_numeral : string -> base:int -> t