libcore|Vector: Accessing Vector data as an array
The Vector classes guarantee that the components are laid out like ina POD struct. The `data()` method returns a `ByteRefArray` pointingto the component values.
View differences
libcore|Vector: Accessing Vector data as an array
The Vector classes guarantee that the components are laid out like in
a POD struct. The `data()` method returns a `ByteRefArray` pointing
to the component values.