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
scala -Dscala.repl.maxprintstring=10000Welcome to Scala2.13.4 (OpenJDK64-BitServerVM, Java15).
Type in expressions for evaluation. Ortry:help.
scala>Iterator.from(1).take(10000).to(List)
[snip] 998, 999, 1000)
problem
The truncated collection is rendered without an ellipsis.