Alphabet used by the base64 algorithm

Property definitions

base64 :: base64 $ CString :: base64_chars
	# Alphabet used by the base64 algorithm
	private fun base64_chars : Bytes
	do
		return b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
	end
lib/base64/base64.nit:61,2--65,4