File: slice_from_raw_parts.md

package info (click to toggle)
rust-bitvec 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,780 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Raw Bit-Slice Pointer Construction

This is an alias for [`bitslice_from_raw_parts`][0], renamed for symbol
compatibility. See its documentation instead.

## Original

[`ptr::slice_from_raw_parts`](core::ptr::slice_from_raw_parts)

[0]: crate::ptr::bitslice_from_raw_parts