Alex Crichton 2d7f601696 Add conversions between typed arrays and Rust
For all typed arrays, this commit adds:

* `TypedArray::view(src: &[Type])`
* `TypedArray::copy_to(&self, dst: &mut [Type])`

The `view` function is unsafe because it doesn't provide any guarantees
about lifetimes or mutability. The `copy_to` function is, however, safe.

Closes #811
2019-01-04 10:42:14 -08:00
..
2018-12-04 06:04:47 -08:00
2019-01-03 11:38:28 -08:00
2018-12-04 06:04:47 -08:00
2019-01-02 08:35:05 -08:00
2018-12-04 06:04:47 -08:00
2018-12-04 06:04:47 -08:00
2018-12-04 06:04:47 -08:00
2018-12-04 06:04:47 -08:00
2018-12-04 06:04:47 -08:00
2018-11-27 12:07:59 -08:00
2018-12-04 06:04:47 -08:00
2018-11-27 12:27:00 -08:00