On Wednesday, 10 October 2018 at 13:36:20 UTC, Simen Kjærås wrote:
mapNode[6]* can be read right-to-left as 'a pointer to an array
right... hence the failed attempt at an array copy... now I understand...
Codifies via Digitalmars-d-learn Wed, 10 Oct 2018 09:25:39 -0700
On Wednesday, 10 October 2018 at 13:36:20 UTC, Simen Kjærås wrote:
mapNode[6]* can be read right-to-left as 'a pointer to an array
right... hence the failed attempt at an array copy... now I understand...