← Back to Stormify Documentation

BetweenNode

data class BetweenNode(val low: String, val high: String) : OrderedNode

low...high — inclusive range.

Constructors

Link copied to clipboard
constructor(low: String, high: String)

Properties

Link copied to clipboard

The upper bound (inclusive).

Link copied to clipboard
val low: String

The lower bound (inclusive).