Returns the number of entries in the current Bundle

Property definitions

android $ Bundle :: size
	# Returns the number of entries in the current `Bundle`
	fun size: Int do return native_bundle.size
lib/android/bundle/bundle.nit:443,2--444,43