Hi,
just wanted to know if there is a reason (other than we more important things to do than that), why procs and converters are not inlined by nim when marked as such. I know you can always use a template - but not for converters (normally they are just a cast to make the typing the way you want). For js this could be an improvement too.
