sb
sb
MModular
Created by sb on 9/3/2024 in #questions
Specialization
I was considering figuring out a nice Boxed type for stdlib, but fleshing it out for decent ergonomics (things like Boxed<T: Clone>: Clone) would need specialization, or something to mimic it. Is that on the near-term roadmap? I'm sure I could work around it with some type-parameter nonsense, but if I can avoid that it would be preferable
2 replies