Why Nostr? What is Njump?
2024-02-09 22:13:34

Daniel aka CyReVolt 🐢 on Nostr: Times when #Rust drives you mad: Hey, just add `&foo[..]` something. No, drop the `&` ...

Times when #Rust drives you mad:

Hey, just add `&foo[..]` something.
No, drop the `&` again.
Hey, add some more `[..]`!

Gosh... I have a struct, say,
`struct Boop { boop: [u8; 32] }`

How do I instantiate it?
I tried
`Boop { boop: vec![0u8; 32] }`
and that didn't work. So I tried
`Boop { boop: vec![0u8; 32].as_slice() }`
and that didn't work either ... because it loses size information, IIUC... #halpz

Author Public Key
npub1ya5yfqh2q9elmfcs83m3p64xtqjrzx746mf4ed47nq4g8cf7ctjqzjx7j6