Structureswift 6.0.3Foundation
StringTransform
struct StringTransform
struct StringTransform
import Foundation
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init(_ rawValue: String)
init(rawValue: String)
static let fullwidthToHalfwidth: StringTransform
static let hiraganaToKatakana: StringTransform
static let latinToArabic: StringTransform
static let latinToCyrillic: StringTransform
static let latinToGreen: StringTransform
static let latinToHangul: StringTransform
static let latinToHebrew: StringTransform
static let latinToHiragana: StringTransform
static let latinToKatakana: StringTransform
static let latinToThai: StringTransform
static let mandarinToLatin: StringTransform
static let stripCombiningMarks: StringTransform
static let stripDiacritics: StringTransform
static let toLatin: StringTransform
static let toUnicodeName: StringTransform
static let toXMLHex: StringTransform
let rawValue: String
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)