ajvincent / composite-collection

Composing Maps, WeakMaps, Sets and WeakSets into compiled classes
Mozilla Public License 2.0
1 stars 0 forks source link

Add API, tests for valid keys on all classes we generate #33

Closed ajvincent closed 3 years ago

ajvincent commented 3 years ago

In particular, we can't let an argument validator lambda function explicitly throw.

ajvincent commented 3 years ago

We also have to test isValidKey() for the WeakKeyComposer and the generated classes.