Have working code that uses []. Trying to replace with Array!

1. Can't use make in field initialization. Complains about malloc in static context.

2. can't decrement the length. So Darr.length = Darr.length - 1; fails This means we can't remove the element easily. I see a removeBack but since I can't get the code to compile I don't know if this is a replacement. If so, why now allow setting the length?

can't set the length to 0. Why not? Why not just allow length to be set?

3. can't use canFind from algorithm. Complains it can't find a matching case. I tried many variations to get this to work.


Reply via email to