Structure
Audience
public struct Audience: RawRepresentable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation, Equatable
Relationships
Conforms To
Equatable
ExpressibleByStringInterpolation
ExpressibleByStringLiteral
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: String)
init(stringLiteral:)
public init(stringLiteral value: StringLiteralType)
Properties
rawValue
var rawValue: String
developer
let developer: Audience = "Developers"