powered by
Get the infimum of a countable set.
# S3 method for countable_set infimum(object)
The lower bound (integer).
A countable_set object.
countable_set
cs <- countable_set$new(0L) infimum(cs) # 0
Run the code above in your browser using DataLab