jonocarroll / vec

A New Vector Class With Added Functionality
https://jonocarroll.github.io/vec/
GNU General Public License v3.0
7 stars 0 forks source link

Add methods for vector generics #1

Open jonocarroll opened 1 month ago

jonocarroll commented 1 month ago

As much as possible, functions taking a vec should return a vec. Use {generics} if possible.

jrosell commented 3 weeks ago

One suggestion, it could be great to be able to set:

as_vec( a, b, )

Just like rlang::list2 does using ... param.