pub(crate) fn grown_to_fit(block: &Block, slot: PinSlot) -> Option<GridRect>
The growth rider: a block too short for slot grows two cells at a time until it fits. None when it already fits.
slot
None