snaggen to Rust · 1 year agoPersian Rug - It really ties the Rust room togetherwww.collabora.comexternal-linkmessage-square11fedilinkarrow-up124arrow-down10
arrow-up124arrow-down1external-linkPersian Rug - It really ties the Rust room togetherwww.collabora.comsnaggen to Rust · 1 year agomessage-square11fedilink
minus-squareAlosolinkfedilinkarrow-up1·edit-21 year agoIt gives you more type safety, because you use a ProxyᐸFooᐳ instead of just usize.
minus-squareVorpallinkfedilinkEnglisharrow-up1·1 year agoIn my manual implementation I would assume you would use a newtype, so not really relevant.
It gives you more type safety, because you use a
ProxyᐸFooᐳ
instead of justusize
.In my manual implementation I would assume you would use a newtype, so not really relevant.