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
nameName of feature.
typeType of feature.
View on GitHub
Feature Structure Reference