VisibleList -- the class of all visible lists
The type VisibleList is a member of the class Type.
Each object of class VisibleList is called a visible list.
Each visible list is also a member of class BasicList.
More general types (whose methods may also apply) :
Types of visible list :
There are three types of lists that can be entered directly from
the keyboard, as follows.
i1 : {a,b,c}
o1 = {a, b, c}
o1 : List |
i2 : [a,b,c]
o2 = [a, b, c]
o2 : Array |
i3 : (a,b,c)
o3 = (a, b, c)
o3 : Sequence |
We introduce the class of visible lists as a convenience for
referring to lists of these types.
Functions and methods returning a a visible list :
Methods for using a visible list :