merari42@lemmy.world to Programmer Humor@programming.dev · 1 month agoI want a programming language that supports German style composite wordslemmy.worldexternal-linkmessage-square115fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkI want a programming language that supports German style composite wordslemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square115fedilink
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up0·1 month 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)