blob: 098e9879f99a928ee8e1d613d7f4db5621ed7ea7 [file]
fun <T> T.at(element: Int) = this.at()
fun <T> T.at(): T = this
fun box(): String = "OK".at()