readFromHead
/writeToTail
should propagate the Int
returned from the lambda
#360
Labels
readFromHead
/writeToTail
should propagate the Int
returned from the lambda
#360
I'm trying to implement
RawSource.readAtMostTo
usingUnsafeBufferOperations.writeToTail
.I want to do
but
writeToTail
doesn't give me theInt
which I return from the lambda at the callsite in order to do this.The text was updated successfully, but these errors were encountered: