PrefixType

public enum PrefixType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case filename = "FILENAME"
  • Undocumented

    Declaration

    Swift

    case path = "PATH"
  • Undocumented

    Declaration

    Swift

    case pathAndFilename = "PATH_AND_FILENAME"
  • Declaration

    Swift

    public var description: String { get }