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

2 Lists with attributes
 2.1 GAP categories
 2.2 Constructors

2 Lists with attributes

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

2.1 GAP categories

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

Returns: true or false

The GAP category of lists with attributes.

2.2 Constructors

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

Construct a list with attributes.

2.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 Ind

generated by GAPDoc2HTML