INNER CODE UNIT · Swift
represented
peripheryapp/periphery · Sources/Configuration/Configuration.swift:348
public func represented() -> Node.Scalar {
rawValue.represented()
}
}
extension FilePath: Yams.ScalarRepresentable {
public func represented() -> Node.Scalar {
string.represented()
}
}
extension ColorOption: Yams.ScalarRepresentable {
public func represented() -> Node.Scalar {
rawValue.represented()
}
}