On Friday, 16 October 2015 at 12:48:42 UTC, Meta wrote:
This doesn't work for char because it has indirections (a pointer to its data).
Whoops, should be char[], not char.
Meta via Digitalmars-d-learn Fri, 16 Oct 2015 05:55:57 -0700
On Friday, 16 October 2015 at 12:48:42 UTC, Meta wrote:
This doesn't work for char because it has indirections (a pointer to its data).
Whoops, should be char[], not char.