Feature

public struct Feature : Equatable

Struct holding information about feature.

  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let type: FeatureType
  • Declaration

    Swift

    public init(_ name: String, _ type: FeatureType)
  • Declaration

    Swift

    public init(name: String, type: FeatureType)

    Parameters

    name

    Name of feature.

    type

    Type of feature.