count

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

Adds a group with the count qualifier. See group


fun count(count: Int, vararg tokens: OrderToken): OrderNode(source)

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