apple/swift-nio

We should offer the same `[get/set]MultipleIntegers` as we offer for `[read/write]MultipleIntegers` methods on ByteBuffer

Closed

#2,736 opened on Jun 7, 2024

 (14 comments) (1 reaction) (0 assignees)Swift (749 forks)batch import
good first issue

Repository metrics

Stars
 (8,453 stars)
PR merge metrics
 (Avg merge 9d 10h) (15 merged PRs in 30d)

Description

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.

Contributor guide