[ CCode ( cname = "tp_intset_sized_new" , has_construct_function = false ) ]
public Intset.sized_new (uint size)
Allocate a new integer set.
size |
ignored (it was previously 1 more than the largest integer you expect to store) |
a new, empty integer set to be destroyed with destroy |