Module type Hexdump_intf.Indexable

The functor Hexdump.Of_indexable uses length and get to iterate over the characters in a value and produce a hex dump.

type t
val length : t -> Base.Int.t
val get : t -> Base.Int.t -> Base.Char.t