package range

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module RangeSource

Sourcetype t
Sourceval from : int -> int -> t
Sourceval fold : ('a -> int -> 'a) -> 'a -> t -> 'a
Sourceval iter : (int -> unit) -> t -> unit
Sourceval split : int -> int -> t -> t list
Sourceval contain : int -> t -> bool
Sourceval cross : t -> t -> t
Sourceval join : t -> t -> t
Sourceval map : (int -> int) -> t -> t
Sourceval aggregate : (int -> int -> int) -> t -> t -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.