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

File int.rs

src/int.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::error::err;
3use crate::fast::{CowSlice, NextUnchecked, PushUnchecked, SliceImpl, Unaligned, VecImpl};
4use crate::pack_ints::{pack_ints, unpack_ints, Int};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected