#Convert an array of strings to a slice of strings
1 messages · Page 1 of 1 (latest)
from the code you sent in #programming-discussion message you gotta make the array var or make the paramater []const[]const u8
^
[][]const u8 is a mutable slice but the array you were using is const which isnt allowed
Oh i should make it totally immutable yeah
it works, thanks!
also is an array of strings necessary for what youre doing? theyre all just 1 char