Our current string type uses a rust string, which can't be indexed by character. We should switch to a string type which holds a `Vec<char>`.
Our current string type uses a rust string, which can't be indexed by character. We should switch to a string type which holds a
Vec<char>.