import{_ as s,o as n,c as o,a as e}from"./app-Un_zyw_U.js";const a={},t=e(`
class CountRules private constructor()
变更记录
v1.0.0
添加
功能描述
这是一个模糊
Class
、Member
数组 (下标) 个数条件实现类。
可对 R8 混淆后的 Class
、Member
进行更加详细的定位。
fun Int.isZero(): Boolean
变更记录
v1.0.0
添加
功能描述
是否为 0。
fun Int.moreThan(count: Int): Boolean
变更记录
v1.0.0
添加
功能描述
大于
count
。
fun Int.lessThan(count: Int): Boolean
变更记录
v1.0.0
添加
功能描述
小于
count
。
fun Int.inInterval(countRange: IntRange): Boolean
变更记录
v1.0.0
添加
功能描述
`,31),l=[t];function c(p,r){return n(),o("div",null,l)}const i=s(a,[["render",c],["__file","CountRules.html.vue"]]);export{i as default};在
countRange
区间 A ≤ this ≤ B。