Performer

public struct Performer

Model of a single music-making agent.

Todo

Add long name

Todo

Add short name

Todo

Add abbreviation (with default abbreviating method)

Todo

Add more metadata
  • Undocumented

    Declaration

    Swift

    public let name: String
  • Creates a Performer with the given name.

    Declaration

    Swift

    public init(name: String)