list

fun <T : PointerType, S : PointerType> T.list(numFunc: (T) -> Int, itemFunc: (T, Int) -> S): MutableList<S>