Skip to content

Replace usage of @_specialize with @inlinable

Motivation:

  • Newer compilers warn that "'exported: true' has no effect in '_specialize' attribute"
  • Specialize is underscored so (probably) shouldn't be relied upon outside of the stdlib

Modifications:

  • Replace @_specialize with @inlinable

Result:

Fewer warnings on more recent compilers

Merge request reports