import{_ as s,o as e,c as n,a as o}from"./app-BpUB8-Q8.js";const a={},t=o(`
Notice
Due to maintenance costs, the YukiHookAPI
will no longer update this document from version 1.3.0
and switch to the API document automatically generated by the Dokka plugin in version 2.0.0
.
Notice
The English translation of this page has not been completed, you are welcome to contribute translations to us.
You can use the Chrome Translation Plugin to translate entire pages for reference.
class CountRules private constructor()
Change Records
v1.1.0
added
Function Illustrate
这是一个模糊
Class
、Member
数组 (下标) 个数条件实现类。
可对 R8 混淆后的 Class
、Member
进行更加详细的定位。
fun Int.isZero(): Boolean
Change Records
v1.1.0
added
Function Illustrate
是否为 0。
fun Int.moreThan(count: Int): Boolean
Change Records
v1.1.0
added
Function Illustrate
大于
count
。
fun Int.lessThan(count: Int): Boolean
Change Records
v1.1.0
added
Function Illustrate
小于
count
。
fun Int.inInterval(countRange: IntRange): Boolean
Change Records
v1.1.0
added
Function Illustrate
`,33),l=[t];function c(p,r){return e(),n("div",null,l)}const i=s(a,[["render",c],["__file","CountRules.html.vue"]]);export{i as default};在
countRange
区间 A ≤ this ≤ B。