table of contents
other versions
- Tumbleweed 4.14.2-3.1
- Leap-16.0
- Leap-15.6
Numbers.Int(3) | OCaml library | Numbers.Int(3) |
NAME¶
Numbers.Int - no description
Module¶
Module Numbers.Int
Documentation¶
Module Int
: sig end
include Identifiable.S
val zero_to_n : int -> Set.t
zero_to_n n is the set of numbers {0, ..., n} (inclusive).
val to_string : int -> string
2025-03-03 | OCamldoc |