package melange

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

Belt.Range

Utilities for a closed range (from, start)

val forEachU : int -> int -> (int -> unit) Js.Fn.arity1 -> unit
val forEach : int -> int -> (int -> unit) -> unit
val everyU : int -> int -> (int -> bool) Js.Fn.arity1 -> bool
val every : int -> int -> (int -> bool) -> bool
val everyByAux : int -> int -> step:int -> (int -> bool) Js.Fn.arity1 -> bool
val everyByU : int -> int -> step:int -> (int -> bool) Js.Fn.arity1 -> bool
val everyBy : int -> int -> step:int -> (int -> bool) -> bool
val someU : int -> int -> (int -> bool) Js.Fn.arity1 -> bool
val some : int -> int -> (int -> bool) -> bool
val someByAux : int -> int -> step:int -> (int -> bool) Js.Fn.arity1 -> bool
val someByU : int -> int -> step:int -> (int -> bool) Js.Fn.arity1 -> bool
val someBy : int -> int -> step:int -> (int -> bool) -> bool
OCaml

Innovation. Community. Security.