C printf implementation

See:

Static variables

@:value(2)staticDEFAULT_NUM_EXP_DIGITS:Int = 2

Number of digits to be printed for the exponent part; default is 2.

@:value(6)staticDEFAULT_PRECISION:Int = 6

Number of digits to be printed after the decimal point; default is 6.

Static methods

staticformat (fmt:String, args:Array<Dynamic>):String

Writes formatted data to a string.

Evaluation is done at run-time.