vector icon indicating copy to clipboard operation
vector copied to clipboard

Proposal to deprecate contructors for data unboxed vectors for tuples

Open Shimuuar opened this issue 1 year ago • 0 comments

They are very dangerous and allow to violate memory safety, could be replaced with zip#/unzip#. And attempts to use them safely largely amounts to rewriting of zip#/unzip#. So I propose to deprecate them without plan for removal

Shimuuar avatar Oct 08 '24 19:10 Shimuuar