Y
Hacker News
new
|
ask
|
show
|
jobs
by
uecker
16 days ago
The example shown does not use vec from my experimental library.
But yes, I was thinking about making a custom-allocator version of vec.
1 comments
uecker
16 days ago
But since you mentioned it, the interoperation of vec/span and arrays is also really nice in my opinion:
https://godbolt.org/z/nYe48jh5d
link