Box<T> box(int i, int j, int k) => DelegatingBox(() => this[i][j][k], (value) => this[i][j][k] = value);