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
Use immutable.IndexedSeq to indicate that values of the collection cannot be changed. Consistent use of the same collection removes need for conversion
The text was updated successfully, but these errors were encountered:
Use
immutable.IndexedSeq
to indicate that values of the collection cannot be changed. Consistent use of the same collection removes need for conversionThe text was updated successfully, but these errors were encountered: