Skip to content

Commit

Permalink
it's not zipAll
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 12, 2025
1 parent ab3703e commit f79efb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/core/src/main/game/misc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def allowRated(variant: Variant, clock: Option[Clock.Config]) =
def isBoardCompatible(clock: Clock.Config): Boolean = Speed(clock) >= Speed.Rapid
def isBotCompatible(clock: Clock.Config): Boolean = Speed(clock) >= Speed.Bullet

// #TODO is it zipAll?
def interleave[A](a: Seq[A], b: Seq[A]): Vector[A] =
val iterA = a.iterator
val iterB = b.iterator
Expand Down

0 comments on commit f79efb6

Please sign in to comment.