FixedWidthInteger
extension FixedWidthInteger
-
Attempts to pull an Integer value from the
RESPValue
representation.If the value is not an
.integer
, it will attempt to create aString
representation to then attempt to create an Integer from.See
RESPValueConvertible.init(fromRESP:)
andString.init(fromRESP:)
Declaration
Swift
public init?(fromRESP value: RESPValue)
-
Undocumented
Declaration
Swift
public func convertedToRESPValue() -> RESPValue