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
In Syntaxicon, the type [T, ..n] is referred to as an array and &[T] is done as an slice. A huonw's comment in the FromLiteral RFC also refers to [T, ..n] as an array, &[T] as a slice and Vec<T> as a vector.