package daypack-lib

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

Module Ranges.Of_seqSource

Sourceval range_seq_of_seq : ?skip_filter_invalid:bool -> ?skip_filter_empty:bool -> ?skip_sort:bool -> modulo:int64 option -> to_int64:('a -> int64) -> of_int64:(int64 -> 'a) -> 'a Seq.t -> 'a Range.range Seq.t
Sourceval range_list_of_seq : ?skip_filter_invalid:bool -> ?skip_filter_empty:bool -> ?skip_sort:bool -> modulo:int64 option -> to_int64:('a -> int64) -> of_int64:(int64 -> 'a) -> 'a Seq.t -> 'a Range.range list
OCaml

Innovation. Community. Security.