package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Irmin.Type.S
type t
val t : t Repr__.Type.t
val hash : t -> hash
val magic : t -> char
val encode_bin : dict:(string -> int option) -> offset:(hash -> int64 option) -> t -> hash -> (string -> unit) -> unit
val decode_bin : dict:(int -> string option) -> hash:(int64 -> hash) -> string -> int -> t