mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
update doc
This commit is contained in:
+2
-2
@@ -35,8 +35,8 @@ Floating-point, complex numbers, and quaternions:
|
|||||||
%F synonym for %f
|
%F synonym for %f
|
||||||
%h hexadecimal (lower-case) representation with 0h prefix (0h01234abcd)
|
%h hexadecimal (lower-case) representation with 0h prefix (0h01234abcd)
|
||||||
%H hexadecimal (upper-case) representation with 0H prefix (0h01234ABCD)
|
%H hexadecimal (upper-case) representation with 0H prefix (0h01234ABCD)
|
||||||
%m number of bytes in the best unit of measurement, e.g. 123.45mb
|
%m number of bytes in the best unit of measurement, e.g. 123.45mib
|
||||||
%M number of bytes in the best unit of measurement, e.g. 123.45MB
|
%M number of bytes in the best unit of measurement, e.g. 123.45MiB
|
||||||
String and slice of bytes
|
String and slice of bytes
|
||||||
%s the uninterpreted bytes of the string or slice
|
%s the uninterpreted bytes of the string or slice
|
||||||
%q a double-quoted string safely escaped with Odin syntax
|
%q a double-quoted string safely escaped with Odin syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user