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
Error: type mismatch
Expression: inc(res)
[1] res: OpCode
Expected one of (first mismatch at [position]):
[1] proc inc[A](t: CountTableRef[A]; key: A; val = 1)
[1] proc inc[A](t: var CountTable[A]; key: A; val = 1)
[1] proc inc[T, V: Ordinal](x: var T; y: V = 1)
The text was updated successfully, but these errors were encountered:
Error: type mismatch
Expression: inc(res)
[1] res: OpCode
Expected one of (first mismatch at [position]):
[1] proc inc[A](t: CountTableRef[A]; key: A; val = 1)
[1] proc inc[A](t: var CountTable[A]; key: A; val = 1)
[1] proc inc[T, V: Ordinal](x: var T; y: V = 1)
The text was updated successfully, but these errors were encountered: