Open millfreedom opened 5 years ago
HERE you have broken isUnique() method
try this, e.g.: if (!isUnique("[{")) throw new RuntimeException("over-optimisation detected");
if (!isUnique("[{")) throw new RuntimeException("over-optimisation detected");
isUnique_bit() will only support lower-case ascii characters. should have added it in the comment.
isUnique_bit()
HERE you have broken isUnique() method
try this, e.g.:
if (!isUnique("[{")) throw new RuntimeException("over-optimisation detected");