MakeCachableSet SΒΆ
kl.spad line 190 [edit on github]
- S: SetCategory 
MakeCachableSet(S) returns a cachable set which is equal to S as a set.
- coerce: % -> OutputForm
- from CoercibleTo OutputForm 
- coerce: % -> S
- from CoercibleTo S 
- coerce: S -> %
- coerce(s)returns- sviewed as an element of %.
- latex: % -> String
- from SetCategory 
- position: % -> NonNegativeInteger
- from CachableSet 
- setPosition: (%, NonNegativeInteger) -> Void
- from CachableSet