As described in #174, this includes Integer#to_f, Float#to_i, Float#round, String#to_i, and String#to_f.
These are essentially passthroughs to the native Crystal methods. The String methods, which take arguments in the Crystal version, are implemented with all of the flags enabled for simplicity. This will likely change when named arguments are allowed.
As described in #174, this includes
Integer#to_f
,Float#to_i
,Float#round
,String#to_i
, andString#to_f
.These are essentially passthroughs to the native Crystal methods. The String methods, which take arguments in the Crystal version, are implemented with all of the flags enabled for simplicity. This will likely change when named arguments are allowed.