merari42@lemmy.world to Programmer Humor@programming.dev · 3 days agoI want a programming language that supports German style composite wordslemmy.worldimagemessage-square124fedilinkarrow-up1848arrow-down16
arrow-up1842arrow-down1imageI want a programming language that supports German style composite wordslemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square124fedilink
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up5·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)