Appends the bytes of str to self

Property definitions

core $ Bytes :: append_text
	# Appends the bytes of `str` to `self`
	fun append_text(str: Text) do str.append_to_bytes self
lib/core/bytes.nit:595,2--596,55