package callipyge

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val get : t -> int -> int
val set : t -> int -> int -> unit
val sub : t -> int -> int -> t
val init : int -> (int -> int) -> t
val make : int -> int -> t