When the vecvec has more than .Machine$integer.max (2,147,483,647) indices, the positional index automatically swap from integer to double. The S7 vecvec class strictly requires integers, so currently a vecvec can contain a maximum of ~2B unique values.
Allowing the vecvec class index to be numeric will allow for practically unlimited index positions.
When the vecvec has more than
.Machine$integer.max(2,147,483,647) indices, the positional index automatically swap from integer to double. The S7 vecvec class strictly requires integers, so currently a vecvec can contain a maximum of ~2B unique values.Allowing the vecvec class index to be numeric will allow for practically unlimited index positions.