although I could make this work if `User` took a `...
# arrow
a
although I could make this work if
User
took a
Map
and i'd delegate `User`s fields to the
Map
p
If I were you I’d start looking into Rust’s Trait system. They have this whole idea fully developed
a
good idea
but i don't have time to learn Rust right now 😞
p
you don’t have to learn rust per-se, just take a look at their abstractions
The have the whole set: comparison, debug, print, close, awaitable…
a
oh, got it
why are you a functional fraud btw?
p
Alliteration
a
I see
^^^^ implicit conversions via traits
a
this is sick
👌