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
There is currently a gap in the language - there are no statically sized strings:
Vec<T>
String
[T; N]
&[T]
&str
#339 has added statically sized byte literals but not strings because there is no corresponding type. This RFC also contains motivation for statically sized strings.