= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package base
-
base
-
-
base.caml
-
base.md5
-
base.shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val hash_fold_t : Hash.state -> t -> Hash.state
val hash : t -> Hash.hash_value
val to_string : t -> string
to_string
and of_string
convert between t
and unsigned, unprefixed hexadecimal. They must be able to handle all non-negative values and also min_value
. to_string min_value
must write a positive hex representation.
val of_string : string -> t
val zero : t