Is it possible to have extension methods like this...
# getting-started
s
Is it possible to have extension methods like this in the same package ?
Column<Int>.plus()
and
Column<Double>.plus()