(no title)
unlinked_dll | 5 years ago
a::<b> (c)
Is how you instantiate a generic. It's not that ugly. Bigger problem is value type generics/const generics where you want to do some logic like a<b > c>unlinked_dll | 5 years ago
a::<b> (c)
Is how you instantiate a generic. It's not that ugly. Bigger problem is value type generics/const generics where you want to do some logic like a<b > c>
cwzwarich|5 years ago
How does Rust solve the ambiguities with const generics?
monocasa|5 years ago
unlinked_dll|5 years ago
chrismorgan|5 years ago