Module Ocamlformat_stdlib_shims.UcharSource
include module type of struct include Stdlib.Uchar end
val is_valid : int -> boolval unsafe_of_int : int -> tval unsafe_to_char : t -> charval equal : t -> t -> boolval compare : t -> t -> intval seeded_hash : int -> t -> inttype utf_decode = Stdlib__Uchar.utf_decodeval utf_8_byte_length : t -> intval utf_16_byte_length : t -> intSourceval utf_decode_is_valid : int -> bool Sourceval utf_decode_length : int -> int Sourceval utf_decode_uchar : int -> t Sourceval utf_decode : int -> t -> int Sourceval utf_decode_invalid : int -> int