array_set.rb

Path: lib/json-schema/util/array_set.rb
Last Update: Tue Mar 01 19:33:10 +0000 2016

This is a hack that I don‘t want to ever use anywhere else or repeat EVER, but we need enums to be an Array to pass schema validation. But we also want fast lookup! And we can‘t use sets because of backport support… so…

[Validate]