oddly when assigning a null to one element of the array it cause an error as it was trying to do an array copy... so what's going on and what does that definition actually mean ?
typo mapNode[6]* exits; instead of mapNode*[6] exits; but whats it mean ?
Codifies via Digitalmars-d-learn Wed, 10 Oct 2018 06:26:04 -0700
I'm not sure I understand what mapNode[6]* means! (the second
version is what I wanted an array of 6 pointers)
- typo mapNode[6]* exits; instead of ... Codifies via Digitalmars-d-learn
- Re: typo mapNode[6]* exits; in... Simen Kjærås via Digitalmars-d-learn
- Re: typo mapNode[6]* exits... Codifies via Digitalmars-d-learn