aiken-lang 1.0.20-alpha

The Aiken compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: crates/aiken-lang/src/parser/expr/bytearray.rs
description: "Code:\n\n\"\\\"aiken\\\"\""
---
ByteArray {
    location: 0..11,
    bytes: [
        34,
        97,
        105,
        107,
        101,
        110,
        34,
    ],
    preferred_format: Utf8String,
}