emptySet

emptySet, function

def const dash pure emptySet(): flagset

Returns the empty 64-set.

Examples

show table "Empty set" with
  text(emptySet()) as "Set"

This produces the following table:

Set
{}
User Contributed Notes
0 notes + add a note