Is self a Byte String ?

Property definitions

nitc $ AugmentedStringFormExpr :: is_bytestring
	# Is `self` a Byte String ?
	fun is_bytestring: Bool do return prefix == "b"
src/literal.nit:172,2--173,48