apple/swift-nio
We should offer the same `[get/set]MultipleIntegers` as we offer for `[read/write]MultipleIntegers` methods on ByteBuffer
Geschlossen
#2.736 geöffnet am 07.06.2024
good first issue
Repository-Metriken
- Stars
- (8.453 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 9T 10h) (15 gemergte PRs in 30 T)
Beschreibung
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.