FixedSizeByteBufferAsyncSequence

An AsyncSequence that returns fixed size ByteBuffers from an AsyncSequence of ByteBuffers

FixedSizeByteBufferAsyncSequence.swift:18
struct FixedSizeByteBufferAsyncSequence<Base> where Base : AsyncSequence, Base.Element == ByteBuffer