There is no need to disable the conversion as it's only done for _literals_
anyway. This means that this does **not** compile:
proc takesFloat(x: float) = discard
var i = 44
takesFloat(i)
Run
- How to disable implicit convert float to int. slangmgh
- How to disable implicit convert float to int. Araq
