mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
fix doc
This commit is contained in:
parent
bbacbe6137
commit
f1f72855fa
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ val int_range_dec : start:int -> stop:int -> int t
|
||||||
See {!(--^)} for an infix version *)
|
See {!(--^)} for an infix version *)
|
||||||
|
|
||||||
val int_range_by : step:int -> int -> int -> int t
|
val int_range_by : step:int -> int -> int -> int t
|
||||||
(** [int_range_by ~step i j] is the range starting at [i], excluding [j],
|
(** [int_range_by ~step i j] is the range starting at [i], including [j],
|
||||||
where the difference between successive elements is [step].
|
where the difference between successive elements is [step].
|
||||||
use a negative [step] for a decreasing sequence.
|
use a negative [step] for a decreasing sequence.
|
||||||
@raise Invalid_argument if [step=0] *)
|
@raise Invalid_argument if [step=0] *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue