UInt64
extension UInt64: ScalarConstructible
extension UInt64: SexagesimalConvertible
extension UInt64: ScalarRepresentable
extension UInt64: YAMLEncodable
-
Construct an instance of
UInt64
, if possible, from the specified scalar.Declaration
Swift
public static func construct(from scalar: Node.Scalar) -> UInt64?
Parameters
scalar
The
Node.Scalar
from which to extract a value of typeUInt64
, if possible.Return Value
An instance of
UInt64
, if one was successfully extracted from the scalar.