FmtReal :: struct { trailing: s8; v: Any; }
Structure to hold information about custom real print formatting. Use fmt_real function to create formatted printable value.
trailing Count of trailing zeros. When this value is less than zero, default (6) trailing will be used.
v Value.
Declared in: print.bl