Decimal

extension Decimal: ScalarConstructible
extension Decimal: ScalarRepresentable
extension Decimal: YAMLEncodable
  • Construct an instance of Decimal, if possible, from the specified scalar.

    Declaration

    Swift

    public static func construct(from scalar: Node.Scalar) -> Decimal?

    Parameters

    scalar

    The Node.Scalar from which to extract a value of type Decimal, if possible.

    Return Value

    An instance of Decimal, if one was successfully extracted from the scalar.

ScalarRepresentable