/// The cell of the Brainfuck virtual machine.
///
/// Any type that acts as the cell for the Brainfuck virtual machine
/// must implement this trait.
/// This trait defines the atomic operations required for the Brainfuck virtual machine
/// to interact with the cell.