How difficult would it be to allow the '$' to be used instead of
length in something like:

Thing[] ta;
for (size_t i = 0; i < ta.$; i++)

It can be used in slices, and indexes, so it might well be
unambiguous here.

Reply via email to