CachableSetΒΆ
kl.spad line 1 [edit on github]
A cachable set is a set whose elements keep an integer as part of their structure.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- latex: % -> String
from SetCategory
- position: % -> NonNegativeInteger
position(x)
returns the integern
associated tox
.
- setPosition: (%, NonNegativeInteger) -> Void
setPosition(x, n)
associates the integern
tox
.