apple/swift-nio
We should offer the same `[get/set]MultipleIntegers` as we offer for `[read/write]MultipleIntegers` methods on ByteBuffer
クローズ
#2,736 opened on 2024/06/07
good first issue
Repository metrics
- Stars
- (8,453 個のスター)
- PR merge metrics
- (平均マージ 9d 10h) (30d で 15 merged PRs)
説明
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.