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
As of 2.13.4, the following methods have been deprecated:
- append(elems: A*): ArrayBuffer.this.type
- prepend(elems: A*): ArrayBuffer.this.type
- trimStart(n: Int): Unit
- trimEnd(n: Int): Unit
Affected examples are updated in this pr.
0 commit comments