I'm learning V, and as far as my attempts go, although a V string is an array of bytes, array methods are not applicable to strings. So I want to convert a string to an array. I have tried searching for this with no success, I found something in Go, but it's not usable in V:
[]byte("Here is a string....")
Is there any way to convert a string to an array in V?