package dokeysto

  1. Overview
  2. Docs
type filename = string
type position = {
  1. off : int;
  2. len : int;
}