Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ as_ptr
Method
as_ptr
src/fast.rs:268–270 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
266
267
#[inline(always)]
268
pub fn as_ptr(&self) -> *const T {
269
self.ptr
270
}
271
272
/// Casts `&mut FastSlice<T>` to `&mut FastSlice<B>`.
273
#[inline(always)]
Callers
10
pack_arithmetic
Function · 0.80
from
Method · 0.80
populate
Method · 0.80
encode
Method · 0.80
encode_vectored
Method · 0.80
decode_in_place
Method · 0.80
encode_vectored_max_len
Method · 0.80
encode_vectored_fallback
Method · 0.80
encode
Method · 0.80
decode_in_place
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected