Rusty 🦀 Femboy 🏳️🌈@lemmy.blahaj.zone to Programmer Humor@lemmy.mlEnglish · 1 year agoI love Rustlemmy.blahaj.zoneexternal-linkmessage-square73linkfedilinkarrow-up1323arrow-down123
arrow-up1300arrow-down1external-linkI love Rustlemmy.blahaj.zoneRusty 🦀 Femboy 🏳️🌈@lemmy.blahaj.zone to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square73linkfedilink
minus-squareTekhne@sh.itjust.workslinkfedilinkarrow-up4·1 year agoSwift: : Equatable (assuming all the members of the struct are themselves equatable, if not the compiler will tell you to implement the == method)
Swift:
: Equatable(assuming all the members of the struct are themselves equatable, if not the compiler will tell you to implement the
==method)