atLeast

inline fun atLeast(count: Int, block: OrderGroup.() -> Unit): OrderNode(source)

Adds a group with the atLeast qualifier. See group


fun atLeast(min: Int, vararg tokens: OrderToken): OrderNode(source)

Minimalist way to create a group with the atLeast qualifier. See group.