EXTENSION

RepresentationType

swift
extension RepresentationType: RawRepresentable

Properties

rawValue

swift
public var rawValue: String

Methods

init(rawValue:)

swift
public init?(rawValue: String)

Parameters

Name Description
rawValue The raw value to use for the new instance.