zig/std/fmt
tgschultz ecc5464024 Handle unions differently in std.fmt (#1432)
* Handle unions differently in std.fmt

Print the active tag's value in tagged unions. Untagged unions considered unsafe to print and treated like a pointer or an array.
2018-08-27 17:25:33 -04:00
..
errol Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
index.zig Handle unions differently in std.fmt (#1432) 2018-08-27 17:25:33 -04:00