Initializer
init(_:id:)
Initialize a platform with the given display name and id. Id is an integer used to shift bits and generate a mask for fast processing.
init(_ name: String, id: Int)
Parameters
nameThe name of the platform used also for display. Note: case sensitive.
idThe ID of the platform.