EXTENSION

ProblemType

swift
extension ProblemType: RawRepresentable

Properties

rawValue

swift
public var rawValue: RawValue

Methods

init(rawValue:)

swift
public init?(rawValue: RawValue)

Parameters

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