Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let CompositeByteBuf implement Iterable
Motivation: CompositeByteBuf has an iterator() method but fails to implement Iterable Modifications: Let CompositeByteBuf implement Iterable<ByteBuf> Result: Easier usage
- Loading branch information