Change the name of ArrayBoundsException in druntime

Jacob Carlborg doobnet at gmail.com
Wed Oct 22 03:49:33 PDT 2008


I think the name ArrayBoundsException should be changed to a more 
general name like BoundsException, OutOfBoundsException or 
IndexOutOfBoundsException. Then you can use the exception in every class 
that have some sort of index operation and not just for an array/array 
class.



More information about the Digitalmars-d mailing list