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.