invoke

operator fun invoke(vararg numbers: Number)
operator fun invoke(vararg strings: String)
operator fun invoke(lists: List<List<Number>>)