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

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

coerce: % -> S

from CoercibleTo S

coerce: S -> %

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

latex: % -> String

from SetCategory

position: % -> NonNegativeInteger

from CachableSet

setPosition: (%, NonNegativeInteger) -> Void

from CachableSet

BasicType

CachableSet

CoercibleTo OutputForm

CoercibleTo S

SetCategory