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 bb77484 + 7164260 commit 58f7399Copy full SHA for 58f7399
stdlib/public/core/SmallString.swift
@@ -451,10 +451,7 @@ extension _SmallUTF8String {
451
452
// NOTE: This exists to facilitate _fromCodeUnits, which is awful for this use
453
// case. Please don't call this from anywhere else.
454
- @usableFromInline
455
- @inline(never) // @outlined
456
- // @_specialize(where Encoding == UTF16)
457
- // @_specialize(where Encoding == UTF8)
+ @inlinable
458
init?<S: Sequence, Encoding: Unicode.Encoding>(
459
_fromCodeUnits codeUnits: S,
460
utf16Length: Int,
0 commit comments