You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
variants of the vector-for-each, vector-map, vector-map!, vector-fold, vector-fold-right, and vector-count that behave like SRFI-43, but with different names that do NOT clash with R7RS and SRFI-133.
import and adapt most of the code from gerbil-utils' :clan/vector.
optionally, extra optimizations.
documentation and tests
The text was updated successfully, but these errors were encountered:
Create a
:std/misc/vector
, with:vector-for-each
,vector-map
,vector-map!
,vector-fold
,vector-fold-right
, andvector-count
that behave like SRFI-43, but with different names that do NOT clash with R7RS and SRFI-133.:clan/vector
.The text was updated successfully, but these errors were encountered: