6 lines
79 B
Swift
6 lines
79 B
Swift
extension String {
|
|
enum Separator {
|
|
static let comma = ","
|
|
}
|
|
}
|