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

1 LiFo of iterators
 1.1 Info Class
 1.2 LiFo of iterators

1 LiFo of iterators

1.1 Info Class

1.1-1 IsLiFo
‣ IsLiFo( arg )( filter )

Returns: true or false

The GAP category of augmented LiFos of iterators

1.2 LiFo of iterators

These are helper procedures which can be used to build a recursive iterator.

1.2-1 CreateAugmentedLiFoOfIterators
‣ CreateAugmentedLiFoOfIterators( L )( function )

Returns: an augmented LiFo of iterators

1.2-2 Length
‣ Length( L )( attribute )

Returns: a nonnegative integer

1.2-3 Push
‣ Push( L )( operation )

Returns: nothing

1.2-4 InfoOfLiFo
‣ InfoOfLiFo( L )( operation )

Returns: a list

1.2-5 Pop
‣ Pop( L )( operation )

Returns: fail, an iterator, or an object (as a leaf)

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

generated by GAPDoc2HTML