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 this commit I worked around changes in what scala.Seq aliases in 2.13 with a sprinkling of toSeq. At least in the one case where map is required this probably has a non-trivial performance cost, and shouldn't be too hard to avoid.
The text was updated successfully, but these errors were encountered:
In this commit I worked around changes in what
scala.Seq
aliases in 2.13 with a sprinkling oftoSeq
. At least in the one case wheremap
is required this probably has a non-trivial performance cost, and shouldn't be too hard to avoid.The text was updated successfully, but these errors were encountered: