package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Image of int * int * I.t
    (*

    An image at given offset.

    *)
val size : t -> int
val translate : int -> int -> t -> t