Checks whether or not the inventory is empty.
true if the inventory is empty, false otherwise
if(inventory.empty) { inventory[5] = new Items.Beetroot(); assert(!inventory.empty); }
See Implementation
Checks whether or not the inventory is empty.