We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fabb5ab + 0868f28 commit 904b18fCopy full SHA for 904b18f
stdlib/public/core/SmallString.swift
@@ -464,10 +464,7 @@ extension _SmallUTF8String {
464
465
// NOTE: This exists to facilitate _fromCodeUnits, which is awful for this use
466
// case. Please don't call this from anywhere else.
467
- @usableFromInline
468
- @inline(never) // @outlined
469
- // @_specialize(where Encoding == UTF16)
470
- // @_specialize(where Encoding == UTF8)
+ @inlinable
471
init?<S: Sequence, Encoding: Unicode.Encoding>(
472
_fromCodeUnits codeUnits: S,
473
utf16Length: Int,
0 commit comments