You can specify just the first member:
const LOOKUP_TABLE: array[4, byte] = [byte(1), 2, 3, 4]
Run
- How does one declare byte array constants? vsajip
- Re: How does one declare byte array constants? miran
You can specify just the first member:
const LOOKUP_TABLE: array[4, byte] = [byte(1), 2, 3, 4]
Run