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 d1089c3 + 5a577a8 commit eea96a3Copy full SHA for eea96a3
stdlib/public/core/Character.swift
@@ -448,7 +448,6 @@ internal var _minASCIICharReprBuiltin: Builtin.Int63 {
448
449
extension Character : Equatable {
450
@inlinable
451
- @inline(__always)
452
public static func == (lhs: Character, rhs: Character) -> Bool {
453
let l0 = lhs._smallUTF16
454
if _fastPath(l0 != nil), let l = l0?._storage {
@@ -467,7 +466,6 @@ extension Character : Equatable {
467
466
468
extension Character : Comparable {
469
470
471
public static func < (lhs: Character, rhs: Character) -> Bool {
472
473
0 commit comments