Enumeration Caseswift-nio 2.72.0NIOFoundationCompat->NIOCore
automatic
Use a heuristic to decide whether to copy the bytes or not.
ByteBuffer-foundation.swift:46case automatic
Other cases
case copy
Force a copy of the bytes.
case noCopy
Do not copy the bytes if at all possible.