yeah so you'd call this function, or my constructo...
# random
g
yeah so you'd call this function, or my constructor, with
Copy code
val first = createCell<VariableSymbol> { it.toString() } 
val second = createCell<DOEAlgorithm> { it.name }
val third = createCell<ExpensivePoint> { it.toString() } //whiuch, this is wierd, since this type doesnt toString() nicely...