package git-unix

  1. Overview
  2. Docs
type t
module MakeMeta (Meta : Encore.Meta.S) : sig ... end
module A : sig ... end
module M : sig ... end
module D : sig ... end
module E : sig ... end
val digest : t -> Hash.t
val pp : t Fmt.t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
module Set : sig ... end
module Map : sig ... end
val length : t -> int64
val of_cstruct : Cstruct.t -> t
val to_cstruct : t -> Cstruct.t
val of_string : string -> t
val to_string : t -> string