pointdexter 1.0.0-rc1

unifies *const/*mut pointers using the trait system
1
2
3
4
5
6
7
8
9
Gets a raw pointer to the underlying array.

If `N` is not exactly equal to the length of `self`, then this method returns `None`.

# Original

- [`<*[T]>::as_array`][orig]

[orig]: https://doc.rust-lang.org/core/primitive.pointer.html#method.as_array