Err, it’s owned, is it really an array?
I’m trying to insert objects from an id, at arbitrary positions - in practice 0-256 or so. But it looks like insert(255, myObject), will actually insert at the last index is size is less than 255.
So it’s a list, not really an array? In which case I’d have to, what, fill it up with void*s and then use set()?
Bruce