Context

public struct Context : RawRepresentable, Hashable

A type that represents a scope context.

  • Declaration

    Swift

    public let rawValue: String
  • Declaration

    Swift

    public init?(rawValue: String)