Gets an Array containing the chars of self

Property definitions

core $ Text :: to_a
	# Gets an Array containing the chars of self
	fun to_a: Array[Char] do return chars.to_a
lib/core/text/abstract_text.nit:172,2--173,43