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
String::concat was a mistake. In the self parameter, the types in the type constructor can be a concrete type like String. After discussing offline, we will move to Iter[String]::join and make String::concat a function. The join method will be added later because users can always use other methods instead.
String::concat
was a mistake. In the self parameter, the types in the type constructor can be a concrete type like String. After discussing offline, we will move toIter[String]::join
and makeString::concat
a function. The join method will be added later because users can always use other methods instead.Originally posted by @Yoorkin in #1249 (comment)
The text was updated successfully, but these errors were encountered: