get

expect abstract operator fun get(index: Int): Node?
actual abstract operator fun get(index: Int): Node?
actual abstract operator fun get(index: Int): Node?
actual abstract operator override fun get(index: Int): Node?