Signpost
public struct Signpost : Hashable
Signpost information.
-
List of signpost labels.
Declaration
Swift
public var labels: [SignpostLabel] -
Creates a new instance.
Declaration
Swift
public init(labels: [SignpostLabel])