]> gitweb.factorcode.org Git - factor.git/commit
sequences.inserters: a new utility that abuses the exemplar parameter of *-as combina...
authorJoe Groff <arcata@gmail.com>
Sun, 7 Feb 2010 08:13:32 +0000 (00:13 -0800)
committerJoe Groff <arcata@gmail.com>
Sun, 7 Feb 2010 08:13:32 +0000 (00:13 -0800)
commit08b26f673971999ab17b0fcbf8f76e18a9b8e308
treea6ad5e85e02ce8e8fa2c2c26ec1fbe78b569b9d9
parent98c9b79881d020aad92fe6d31e24203a18d2daa2
sequences.inserters: a new utility that abuses the exemplar parameter of *-as combinators to direct their output into existing growable sequences, either appending to the end of the vector (appender) or emptying the vector and replacing the contents (replacer)
extra/sequences/inserters/authors.txt [new file with mode: 0644]
extra/sequences/inserters/inserters-tests.factor [new file with mode: 0644]
extra/sequences/inserters/inserters.factor [new file with mode: 0644]
extra/sequences/inserters/summary.txt [new file with mode: 0644]