- allocPeek
auto allocPeek(S schema, Buffer buffer)
- allocPeek
auto allocPeek(S schema)
- allocPull
auto allocPull(S schema, Buffer buffer)
- allocPull
auto allocPull(S schema)
- allocPush
auto allocPush(S schema, Buffer buffer)
- allocPush
auto allocPush(S schema)
- peekAlloc
auto peekAlloc(S schema, size_t minSliceSize, size_t maxSliceSize)
- peekPull
auto peekPull(S schema)
- peekPush
auto peekPush(S schema, size_t minSliceSize)
- pullAlloc
auto pullAlloc(S schema, size_t chunkSize)
- pullPeek
auto pullPeek(S schema, Buffer buffer)
- pullPeek
auto pullPeek(S schema)
- pullPush
auto pullPush(S schema, size_t chunkSize)
- pushAlloc
auto pushAlloc(S schema)
- pushPeek
auto pushPeek(S schema, Buffer buffer)
- pushPeek
auto pushPeek(S schema)
- pushPull
auto pushPull(S schema, Buffer buffer)
- pushPull
auto pushPull(S schema)
Adapters connecting stages with incompatible interfaces.