option

inline fun option(block: OrderGroup.() -> Unit): OrderNode(source)

Adds a group with the option ('?') qualifier. See group


fun option(vararg tokens: OrderToken): OrderNode(source)

Minimalist way to create a group with the option ('?') qualifier. See group.