Get the dimension of a countable set.

# S3 method for class 'countable_set'
dim(x)

Arguments

x

A countable_set object.

Value

1 (always univariate).

Examples

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