Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 68656C6C6F (0.24 sec)

  1. src/fmt/fmt_test.go

    	{"%x", byteStringerSlice, "68656c6c6f"},
    	{"%X", byteStringerSlice, "68656C6C6F"},
    	{"%#v", byteStringerSlice, "[]fmt_test.byteStringer{0x68, 0x65, 0x6c, 0x6c, 0x6f}"},
    
    	// And the same for Formatter.
    	{"%v", byteFormatterSlice, "[X X X X X]"},
    	{"%s", byteFormatterSlice, "hello"},
    	{"%q", byteFormatterSlice, "\"hello\""},
    	{"%x", byteFormatterSlice, "68656c6c6f"},
    	{"%X", byteFormatterSlice, "68656C6C6F"},
    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