apple / swift-nio-imap

A Swift project that provides an implementation of the IMAP4rev1 protocol, built upon SwiftNIO.
Apache License 2.0
101 stars 14 forks source link

Make generic functions that are public inlinable #741

Closed danieleggert closed 1 year ago

danieleggert commented 1 year ago

Make generic functions that are public inlinable

Motivation:

Allow for optimizations of client library using these generic functions.

Modifications:

Added @inlinable (and @usableFromInline).