Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

4 Lists with attributes
 4.1 GAP categories
 4.2 Constructors

4 Lists with attributes

These are homogeneous lists which still carry enough information of their context even if they are empty.

4.1 GAP categories

4.1-1 IsListWithAttributes
‣ IsListWithAttributes( L )( filter )

Returns: true or false

The GAP category of lists with attributes.

4.2 Constructors

4.2-1 TypedListWithAttributes
‣ TypedListWithAttributes( L, type, attr1, value1, attr2, value2, ... )( function )

Construct a list with attributes.

4.2-2 ListWithAttributes
‣ ListWithAttributes( L, attr1, value1, attr2, value2, ... )( function )

Construct a list with attributes of type TheTypeListWithAttributesRep

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 Ind

generated by GAPDoc2HTML