Skip to content

Instantly share code, notes, and snippets.

View AmitaiB's full-sized avatar

Amitai Blickstein AmitaiB

View GitHub Profile
import Foundation
extension String
{
var length: Int {
get {
return countElements(self)
}
}
@AmitaiB
AmitaiB / .gitignore
Last active August 29, 2015 14:25 — forked from octocat/.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #