LazyArray

fun <T> LazyArray(size: Int, accessor: (Int) -> T)