On Wednesday, 3 June 2015 at 11:28:14 UTC, anonymous wrote:
On Wednesday, 3 June 2015 at 11:23:09 UTC, Kyoji Klyden wrote:
Ooooh okay, I'm starting to get it. I think this last question
should clear it up for me: When a string is made, how is the
struct Slice handled? What does ptr get assigned?
ptr is a pointer to the first char, in other words the address
of the first char.
I think I get how it's all basically working now. I've realized
that my confusing is all coming from not understanding how D
handles arrays, so I'm going to go look into that for a while.
Thanks for the help!