R/countable_set.R
dim.countable_set.Rd
Get the dimension of a countable set.
# S3 method for class 'countable_set' dim(x)
A countable_set object.
countable_set
1 (always univariate).
1
cs <- countable_set$new(0L) dim(cs) # 1 #> [1] 1