is_zero

is_zero(zdd)

Arguments

zdd

a zdd list object

Value

TRUE if the zdd matches the output of zdd0()

Examples

is_zero(as_zdd(FALSE)) # TRUE
#> [1] TRUE
is_zero(zdd(0L)) # FALSE
#> [1] FALSE