We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3651c commit 3198aeaCopy full SHA for 3198aea
src/Read.fs
@@ -10,8 +10,6 @@ type ReadingDirection =
10
| Backward
11
12
module Read =
13
- type StartPositionInclusive = int64
14
-
15
let readFromAllStreamAsync: IStreamStore -> ReadingDirection -> StartPositionInclusive -> MessageCount -> Async<ReadAllPage> =
16
fun store readingDirection startPositionInclusive msgCount ->
17
match readingDirection with
0 commit comments