confique icon indicating copy to clipboard operation
confique copied to clipboard

Improve default value type inference

Open LukasKalbertodt opened this issue 1 year ago • 0 comments

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]>

LukasKalbertodt avatar Oct 21 '22 17:10 LukasKalbertodt