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()