how to index a string in rust

187

how to index a string in rust -

num_string.chars().nth(i).unwrap()

Comments

Submit
0 Comments