D - array.length++ not allowed?
The expression "array.length++" yields the compiler error "'array.length' is not an lvalue" Is this a bug or is it intentional? Kimberley Burchett
Jan 17 2003
The expression "array.length++" yields the compiler error "'array.length' is not an lvalue" Is this a bug or is it intentional? Kimberley Burchett