Returns a UTF-16 encoded version of self

Property definitions

core :: u16_string $ String :: to_u16string
	# Returns a UTF-16 encoded version of `self`
	fun to_u16string: U16String do return new U16String.from_string(self)
lib/core/text/u16_string.nit:234,2--235,70