package biotk

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

Module Biotk.RanTSource

Range Traversal

Sourceval find : int -> int -> f:(int -> bool) -> int option
Sourceval find_map : int -> int -> f:(int -> 'a option) -> 'a option
Sourceval count : int -> int -> f:(int -> bool) -> int
Sourceval iter : int -> int -> f:(int -> unit) -> unit
Sourceval fold : int -> int -> init:'a -> f:('a -> int -> 'a) -> 'a
Sourceval for_all : int -> int -> f:(int -> bool) -> bool
OCaml

Innovation. Community. Security.