MCPcopy Index your code
hub / github.com/SoftbearStudios/bitcode / bool.rs

File bool.rs

src/bool.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::coder::{Buffer, Decoder, Encoder, Result, View};
2use crate::fast::{CowSlice, NextUnchecked, PushUnchecked, SliceImpl, Unaligned, VecImpl};
3use crate::pack::{pack_bools, unpack_bools};
4use std::num::NonZeroUsize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected