> but that could be fixed by injecting matches: seq[int] in the scope. Do you > think it is necessary to do this?
Why a seq? `any` can stop after the first found match.
> but that could be fixed by injecting matches: seq[int] in the scope. Do you > think it is necessary to do this?
Why a seq? `any` can stop after the first found match.