Agreed its not super intuitive that it covers 'mutable, immutable, and const' (dlang.org/spec/const3.html). I suppose it makes sense that 'in' implies some sort of constant-ness, and 'out' implies mutability, but I wonder if another keyword could have been used here.
Nice stuff; waited for this :)
Cheers!
Just like in life ... sometimes you're "in" and sometimes you're "out"!
@@GaryChike 😁 that's reality
@@MikeShah LOL 😂
I find inout a misleading name/keyword for what it entails (?)
Agreed its not super intuitive that it covers 'mutable, immutable, and const' (dlang.org/spec/const3.html). I suppose it makes sense that 'in' implies some sort of constant-ness, and 'out' implies mutability, but I wonder if another keyword could have been used here.