#error: element access of non-indexable type 'u8'

1 messages · Page 1 of 1 (latest)

thorn nova
#
src/main.zig:59:49: error: element access of non-indexable type 'u8'
            res[i * n_arr.len + j] = n_arr[i][j][0];```
#

what does this mean?

#

oh nevermind wait I'm dum

#

it means I'm indexing a u8, correct?