apple/swift-nio
We should offer the same `[get/set]MultipleIntegers` as we offer for `[read/write]MultipleIntegers` methods on ByteBuffer
已關閉
#2,736 建立於 2024年6月7日
good first issue
倉庫指標
- 星標
- (8,453 顆星)
- PR 合併指標
- (平均合併 9天 10小時) (30 天內合併 15 個 PR)
描述
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.