I'm assuming that in D it would make sense to use ref ?
what's going on behind the scenes with ref is it just a nice way of passing pointers with automagical dereferencing or is something more going on?
Codifies via Digitalmars-d-learn Tue, 16 Oct 2018 03:40:32 -0700
I'm assuming that in D it would make sense to use ref ?
what's going on behind the scenes with ref is it just a nice way of passing pointers with automagical dereferencing or is something more going on?