File underĀ things I should be embarrassed to use but still do:
public var alphabet = (65..<65 + 26).map{String(UnicodeScalar($0))}
File underĀ things I should be embarrassed to use but still do:
public var alphabet = (65..<65 + 26).map{String(UnicodeScalar($0))}
Comments are closed.