Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for renamedUint8 (0.11 sec)

  1. src/fmt/fmt_test.go

    	{"%d", renamedBytes([]byte{1, 2, 15}), `[1 2 15]`},
    	{"%q", renamedBytes([]byte("hello")), `"hello"`},
    	{"%x", []renamedUint8{'h', 'e', 'l', 'l', 'o'}, "68656c6c6f"},
    	{"%X", []renamedUint8{'h', 'e', 'l', 'l', 'o'}, "68656C6C6F"},
    	{"%s", []renamedUint8{'h', 'e', 'l', 'l', 'o'}, "hello"},
    	{"%q", []renamedUint8{'h', 'e', 'l', 'l', 'o'}, `"hello"`},
    	{"%v", renamedFloat32(22), "22"},
    	{"%v", renamedFloat64(33), "33"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
Back to top