Coda by Ian Macalinao
    Preparing search index...

    Interface RemainderCountNode

    A count strategy where items are read until the buffer is exhausted.

    interface RemainderCountNode {
        kind: "remainderCountNode";
    }
    Index
    kind: "remainderCountNode"