apple/swift-nio
GitHub で見るWe should offer the same `[get/set]MultipleIntegers` as we offer for `[read/write]MultipleIntegers` methods on ByteBuffer
Open
#2,736 opened on 2024年6月7日
good first issue
説明
Normally we provide all four variants of methods like get/set/read/write on the various ByteBuffer operations but we seem to missing the get/set variants for the multipleInterger based methods.