merari42@lemmy.world to Programmer Humor@programming.dev · 18 days agoI want a programming language that supports German style composite wordslemmy.worldimagemessage-square126fedilinkarrow-up1849
arrow-up1849imageI want a programming language that supports German style composite wordslemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 18 days agomessage-square126fedilink
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up5·18 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)