ScalarRepresentable

public protocol ScalarRepresentable : NodeRepresentable

Type is representable as Node.scalar.

  • represented() Default implementation

    This value’s Node.scalar representation.

    Default Implementation

    This value’s Node.scalar representation.

    Declaration

    Swift

    func represented() -> Node.Scalar