Sometimes you need to do things like aa.Keys() but the AA has its own keys property. There should be a lint rule to enforce explicit usage of .ifAssociativeArray (or other similar interfaces).
So:
aa.ifAssociativeArray.keys()
This probably depends on the v1 type system
Sometimes you need to do things like
aa.Keys()but the AA has its ownkeysproperty. There should be a lint rule to enforce explicit usage of.ifAssociativeArray(or other similar interfaces).So:
This probably depends on the v1 type system