bitvec 1.0.1

Addresses memory by bits, for packed collections and bitfields
Documentation
1
2
3
4
5
6
7
8
9
# Remote Destructor

`BitPtr` only points to indestructible types. This has no effect, and is only
present for symbol compatibility. You should not have been calling it on your
integers or `bool`s anyway!

## Original

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