package daypack-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val 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
val 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