chickadee » ck-macros » c-vector-map1

(c-vector-map1 '(OP ...) V) → vectorsyntax

Yields a vector by calling the quoted operation on each item in the given vector. Analogous to vector-map from SRFI 43, but only accepts one vector. Prior to version 0.2.0, this was named c-vector-map.