Dictionary.keys is neither Array nor ISequence

As a clarification: I first thought that the reason Dictionary.keys.contains did not work was because ISequence.contains wasn’t implemented for platforms other than .NET, but then I found this issue. Based on that, I tested with ISequence<Int>.contains, and it does indeed work, so the issue seems to be with Dictionary.keys.