readPrefixedArray

fun <T> InputStream.readPrefixedArray(reader: (InputStream) -> T): Outcome<List<T>>