addStack

fun Table.addStack(vararg elements: Element): Cell<Stack>

Adds an element stack that contains the specified elements and returns the created cell


inline fun Table.addStack(constructor: Stack.() -> Unit): Cell<Stack>

Adds a stack constructed by a lambda and returns the created cell