Drops self, returns false if an error occured.

Property definitions

mongodb $ MongoCollection :: drop
	# Drops `self`, returns false if an error occured.
	fun drop: Bool do return native.drop
lib/mongodb/mongodb.nit:682,2--683,37