or ```SomeTable.batchInsert(listOf(1,2,3,4)) { ...
# exposed
d
or
Copy code
SomeTable.batchInsert(listOf(1,2,3,4)) {
					this[SomeTable.someColumn] = it
				}