Signature: something like `array = array.insert_dim(name, coord, axis=-1)` If index has size > 1, tile the array values along the new dimension, possibly using `Variable.expand_dims` to avoid copies.