Closed danieleggert closed 1 year ago
Make generic functions that are public inlinable
Allow for optimizations of client library using these generic functions.
Added @inlinable (and @usableFromInline).
@inlinable
@usableFromInline
Make generic functions that are public inlinable
Motivation:
Allow for optimizations of client library using these generic functions.
Modifications:
Added
@inlinable
(and@usableFromInline
).