Closed chanced closed 1 month ago
Remove len & is_empty methods from PointerBuf and instead rely on the methods exposed from Deref<Target=Pointer>.
len
is_empty
PointerBuf
Deref<Target=Pointer>
These were accidentally added - remove them in the next minor release.
Remove
len
&is_empty
methods fromPointerBuf
and instead rely on the methods exposed fromDeref<Target=Pointer>
.These were accidentally added - remove them in the next minor release.