Int64
extension Int64: ScalarConstructible
extension Int64: SexagesimalConvertible
extension Int64: ScalarRepresentable
extension Int64: YAMLEncodable
-
Construct an instance of
Int64, if possible, from the specified scalar.Declaration
Swift
public static func construct(from scalar: Node.Scalar) -> Int64?Parameters
scalarThe
Node.Scalarfrom which to extract a value of typeInt64, if possible.Return Value
An instance of
Int64, if one was successfully extracted from the scalar.
View on GitHub
Install in Dash