Get the infimum of a countable set.

# S3 method for class 'countable_set'
infimum(object)

Arguments

object

A countable_set object.

Value

The lower bound (integer).

Examples

cs <- countable_set$new(0L)
infimum(cs)  # 0
#> [1] 0