merari42@lemmy.world to Programmer Humor@programming.dev · 3 months 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 · 3 months agomessage-square115fedilink
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up0·2 months 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)