We should be able to use in keyof to index an Array since the index are just numbers. In which case, the following code should work?
in keyof
Does anybody have an