Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ as_primitive
Method
as_primitive
src/bool.rs:11–13 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
9
impl Encoder<bool> for BoolEncoder {
10
#[inline(always)]
11
fn as_primitive(&mut self) -> Option<&mut VecImpl<bool>> {
12
Some(&mut self.0)
13
}
14
15
#[inline(always)]
16
fn encode(&mut self, t: &bool) {
Callers
nothing calls this directly
Calls
1
mut_slice
Method · 0.80
Tested by
no test coverage detected