Parents: | sequences |
Tags: | collections |
Authors: | Joe Groff |
Class | Superclass | Slots |
unrolled-2bounds-error | tuple | xseq yseq unroll-length |
unrolled-bounds-error | tuple | seq unroll-length |
Word | Stack effect |
unrolled-2bounds-error | ( xseq yseq unroll-length -- * ) |
unrolled-2each | ( xseq yseq len quot: ( x y -- ) -- ) |
unrolled-2map | ( xseq yseq len quot: ( x y -- newx ) -- newseq ) |
unrolled-2map-as | ( xseq yseq len quot: ( x y -- newx ) exemplar -- newseq ) |
unrolled-bounds-error | ( seq unroll-length -- * ) |
unrolled-collect | ( n quot: ( n -- value ) into -- ) |
unrolled-each | ( seq len quot: ( x -- ) -- ) |
unrolled-each-index | ( seq len quot: ( x i -- ) -- ) |
unrolled-each-integer | ( n quot: ( i -- ) -- ) |
unrolled-map | ( seq len quot: ( x -- newx ) -- newseq ) |
unrolled-map-as | ( seq len quot: ( x -- newx ) exemplar -- newseq ) |
unrolled-map-index | ( seq len quot: ( x i -- newx ) -- newseq ) |
unrolled-map-integers-as | ( n quot: ( n -- value ) exemplar -- newseq ) |
Word | Stack effect |
unrolled-2bounds-error? | ( object -- ? ) |
unrolled-bounds-error? | ( object -- ? ) |