macro_rules! gba_cell_write {
    ($elem:ty, $cell_ref:expr, $val:expr) => { ... };
}
Expand description

Writes to a GbaCell.

See the GbaCell docs for info on why you’d use this.