sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

VctrBase: move fill and init here, write tests #61

Closed pmglr closed 1 year ago

pmglr commented 1 year ago

@JanosGit I needed to access fill in vctr::Array, I hope VctrBase is the right place for the implementation.

Probably I should also restrict the value type like copyFrom does?