Project

General

Profile

« Previous | Next » 

Revision 35f547a5

Added by skyjake almost 9 years ago

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.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences