← Back to Stormify Documentation
stormify
Toggle table of contents
2.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stormify
stormify
/
onl.ycode.stormify.biglist
/
BetweenNode
Between
Node
data
class
BetweenNode
(
val
low
:
String
,
val
high
:
String
)
:
OrderedNode
low...high
— inclusive range.
Members
Constructors
Between
Node
Link copied to clipboard
constructor
(
low
:
String
,
high
:
String
)
Properties
high
Link copied to clipboard
val
high
:
String
The upper bound (inclusive).
low
Link copied to clipboard
val
low
:
String
The lower bound (inclusive).