@heliosdrm, that is really nice.
We can then even broadcast Printf
to arrays using your solution:
v = rand(10)
f = Ref(Printf.Format("%5.2f"));
Printf.format.(f,v)
@heliosdrm, that is really nice.
We can then even broadcast Printf
to arrays using your solution:
v = rand(10)
f = Ref(Printf.Format("%5.2f"));
Printf.format.(f,v)