Create a Box using left, right, top and bottom

Property definitions

geometry $ Box :: lrtb
	# Create a `Box` using left, right, top and bottom
	init lrtb(left, right, top, bottom: N)
	do
		init(left, right, top, bottom)
	end
lib/geometry/boxes.nit:134,2--138,4