Files
2026-08-19 23:19:08 +02:00

6 lines
79 B
Swift

extension String {
enum Separator {
static let comma = ","
}
}