Anything
public enum Anything : Encodable
extension Anything: ExpressibleByFloatLiteral
extension Anything: ExpressibleByIntegerLiteral
extension Anything: ExpressibleByStringLiteral
Undocumented
-
Undocumented
Declaration
Swift
case numeric(Double) -
Undocumented
Declaration
Swift
case string(String) -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public typealias FloatLiteralElement = Double -
Declaration
Swift
public init(floatLiteral float: Double) -
Undocumented
Declaration
Swift
public typealias IntegerLiteralElement = Int -
Declaration
Swift
public init(integerLiteral integer: Int) -
Undocumented
Declaration
Swift
public typealias StringLiteralElement = String -
Declaration
Swift
public init(stringLiteral string: String)
View on GitHub
Install in Dash
Anything Enumeration Reference