You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would make a good sibling to vec! . I say so because I'd like consistency when declaring new vector based types. Also, stringify! returns a string slice.
let mystring: String = My String".to_string(); is reasonable, but to my knowledge there is no [ 1 , 2 , 3 ].to_vec()
The text was updated successfully, but these errors were encountered:
This doesn't seem relevant anymore (perhaps this was opened when we were in the ~str -> String flux?). Today you can create String/Vec in several ways:
I think it would make a good sibling to vec! . I say so because I'd like consistency when declaring new vector based types. Also, stringify! returns a string slice.
let mystring: String = My String".to_string(); is reasonable, but to my knowledge there is no [ 1 , 2 , 3 ].to_vec()
The text was updated successfully, but these errors were encountered: