Improve default value type inference
Opened this issue · 0 comments
LukasKalbertodt commented
This library has to do some type inference to find out the exact type of integer and float literals. I think it works totally fine for a majority of real world cases, but we can always do better. However, I don't want to make the type inference algorithm too complex as users can also simply add a type suffix, e.g. 27u8
.
Box<[T]>