深色主题
IntegerMatcher = object
object
整数匹配规则
优先级: exclude > include > (minimum/maximum)
optional exclude: IArray<Integer>
optional
IArray
Integer
如果在此列表中, 则排除匹配
optional include: IArray<Integer>
如果不在此列表中, 则排除匹配
optional minimum: Integer
如果小于此值, 则排除匹配
optional maximum: Integer
如果大于此值, 则排除匹配