Is self a well-formed Base64 entity ?

Property definitions

base64 :: base64 $ Bytes :: is_base64
	# Is `self` a well-formed Base64 entity ?
	fun is_base64: Bool do return items.is_base64(length)
lib/base64/base64.nit:212,2--213,54