I would like to be able to do the following ```scala val buf = mutable.ArrayBuffer.empty[Int] buf += ... buf.to(IArray) ```