These are homogeneous lists which still carry enough information of their context even if they are empty.
‣ IsListWithAttributes ( L ) | ( filter ) |
Returns: true
or false
The GAP category of lists with attributes.
‣ TypedListWithAttributes ( L, type, attr1, value1, attr2, value2, ... ) | ( function ) |
Construct a list with attributes.
‣ ListWithAttributes ( L, attr1, value1, attr2, value2, ... ) | ( function ) |
Construct a list with attributes of type TheTypeListWithAttributesRep
generated by GAPDoc2HTML