Hash :
f225c6b7
Author :
Thomas de Grivel
Date :
2024-07-31T17:58:47
wip buf_inspect_struct
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
" "
"\n"
"\0"
"\n"
"\r"
" "
"\t"
"\v"
"0"
"9"
"A"
"Z"
"a"
"z"
"À"
"É"
"Ÿ"
"à"
"é"
"ÿ"
"Π"
"꒴"
"𐅀"
"🎳"
"😄"
"🟣"
"🤩"
"abc"
"abc"
"abc\ndef"
"abc\ndef\n"
"abc\ndef"
"abc\ndef"
"1 + 2 = #{1 + 2}"
"1 + 2 = 3"
"#{%{a: 1, b: 2}}"
"%{a: 1, b: 2}"
"#{%KC3.Operator{}}"
"%KC3.Operator{sym: :+, symbol_value: ?, operator_precedence: (U8) 0, operator_associativity: :left}"
"#{%KC3.Operator{sym: :-}}"
"%KC3.Operator{sym: :-, symbol_value: ?, operator_precedence: (U8) 0, operator_associativity: :left}"