1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
--- source: crates/aiken-lang/src/parser/expr/bytearray.rs description: "Code:\n\n#\"00aaff\"" --- ByteArray { location: 0..9, bytes: [ ( 0, 0..0, ), ( 170, 0..0, ), ( 255, 0..0, ), ], preferred_format: HexadecimalString, }