vector
vector copied to clipboard
Proposal to deprecate contructors for data unboxed vectors for tuples
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