On Tue, Jul 23, 2019 at 7:58 AM Shiro Kawai <xxxxxx@gmail.com> wrote:
If all the elements in the source vector satisfies the predicate,
can @vector-take-while return the source vector itself, or should it
make a fresh copy anyway? it's not clear from the srfi text.
SRFI 160 defers to 152 and 133 for detailed semantics, but I'll add a general statement that all procedures that return @vectors will return newly allocated ones.