Skip to content

KEYIN allows any type for key. #162

@python-processing-unit

Description

@python-processing-unit

According to the specification section 9.1.7:

  • BOOL: KEYIN(INT|FLT|STR: key, MAP: map) and BOOL: VALUEIN(ANY: value, MAP: map) = MUST return TRUE when the given key or value occurs in map and FALSE otherwise.

In the implementation, however, KEYIN allows any type for key.

Metadata

Metadata

Labels

bugSomething isn't workingpatchRequires a patch version change.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions