Gets the keys (indexes of the array).
assert(new Compound("", ["a": new String("a"), "b": new String("b")]).keys == ["a", "b"]);
See Implementation
Gets the keys (indexes of the array).