implicite deref on array element access? (indexing)

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Feb 25 07:58:49 PST 2011


On 2/25/11, Steven Schveighoffer <schveiguy at yahoo.com> wrote:
> Fun fact, you can avoid array bounds checks (if you know the index is
> valid) by doing arr.ptr[n]

Can't you do the same with -noboundscheck ?


More information about the Digitalmars-d-learn mailing list