Enum UnicodeScript

java.lang.Object
java.lang.Enum<UnicodeScript>
dev.yasint.regexsynth.unicode.UnicodeScript
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UnicodeScript>, java.lang.constant.Constable

public enum UnicodeScript
extends java.lang.Enum<UnicodeScript>
Adds typings for supported unicode scripts in RE2. Java does has these typings in Character.UnicodeScript but we need to be precise and only expose what's available.