FourCharCode
extension FourCharCode: ExpressibleByStringLiteral
-
Declaration
Swift
public init(stringLiteral value: StringLiteralType) -
Declaration
Swift
public init(extendedGraphemeClusterLiteral value: String) -
Declaration
Swift
public init(unicodeScalarLiteral value: String) -
Undocumented
Declaration
Swift
public init(_ value: String) -
Obtain a 4-character string from our value - based on https://stackoverflow.com/a/60367676/629836
Declaration
Swift
public var stringValue: String { get }
View on GitHub
FourCharCode Extension Reference