RawRepresentable

extension RawRepresentable where Self: _RawEnumProtocol

Available where Self: _RawEnumProtocol

  • Undocumented

    Declaration

    Swift

    public static func _transform(from object: Any) -> Self?
  • Undocumented

    Declaration

    Swift

    public func _plainValue() -> Any?