readArray

fun <T> InputStream.readArray(length: Int, reader: (InputStream) -> T): Outcome<List<T>>