public extension String { var length : Int { return countElements(self) } }