PythOnRails@programming.dev to Programming@programming.dev · 1 year ago"Useless syntax sugar": Numbered block parameters in Rubyzverok.spaceexternal-linkmessage-square4fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-link"Useless syntax sugar": Numbered block parameters in Rubyzverok.spacePythOnRails@programming.dev to Programming@programming.dev · 1 year agomessage-square4fedilink
minus-squareexussum@lemmy.worldlinkfedilinkarrow-up0·1 year agoThis makes me want to write a function for you to add to numbers where the variables are leftumber and rightnumber, instead of x and y.
minus-squareTurun@feddit.delinkfedilinkarrow-up0·1 year agoImplementing add (and other math operations) in rust for your types has the type signature self and rhs (right hand side).
This makes me want to write a function for you to add to numbers where the variables are leftumber and rightnumber, instead of x and y.
Implementing add (and other math operations) in rust for your types has the type signature self and rhs (right hand side).