‣ IsLazyArray ( L ) | ( filter ) |
Returns: true
or false
The GAP category of lazy arrays.
‣ LazyArrayWithValues ( n, func, values, type ) | ( function ) |
‣ LazyArray ( n, func ) | ( function ) |
‣ LazyStandardInterval ( length ) | ( function ) |
‣ LazyInterval ( length, start ) | ( function ) |
‣ LazyConstantArray ( n, number ) | ( function ) |
‣ LazyArrayFromList ( list ) | ( function ) |
Construct a lazy array out of the nonnegative integer n and the function func defined in the range [ 0 .. n ], and possibly empty (sparse) list values of a posteriori possibly known values.
generated by GAPDoc2HTML