merari42@lemmy.world to Programmer Humor@programming.dev · 3 days agoI want a programming language that supports German style composite wordslemmy.worldimagemessage-square112fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageI want a programming language that supports German style composite wordslemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square112fedilink
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up0·3 days agoI always thought T&& made sense as a movable reference. In order to move something, you need to change where the reference points, so conceptually you need a reference to the original reference to update it. (Effectively a double reference)
I always thought
T&&
made sense as a movable reference. In order to move something, you need to change where the reference points, so conceptually you need a reference to the original reference to update it. (Effectively a double reference)