MakeCachableSet(S)

kl.spad line 190 [edit on github]

MakeCachableSet(S) returns a cachable set which is equal to S as a set.

= : (%, %) -> Boolean
from BasicType
coerce : S -> %

coerce(s) returns s viewed as an element of %.

coerce : % -> S
from CoercibleTo(S)
coerce : % -> OutputForm
from CoercibleTo(OutputForm)
latex : % -> String
from SetCategory
position : % -> NonNegativeInteger
from CachableSet
setPosition : (%, NonNegativeInteger) -> Void
from CachableSet
~= : (%, %) -> Boolean
from BasicType

CoercibleTo(S)

CoercibleTo(OutputForm)

CachableSet

BasicType

SetCategory