MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / SetValue

Class SetValue

cranelift/bforest/src/lib.rs:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111/// Empty type to be used as the "value" in B-trees representing sets.
112#[derive(Clone, Copy)]
113struct SetValue();
114
115/// Insert `x` into `s` at position `i`, pushing out the last element.
116fn slice_insert<T: Copy>(s: &mut [T], i: usize, x: T) {

Callers 3

leafFunction · 0.85
leaf_balanceFunction · 0.85
try_insertMethod · 0.85

Calls

no outgoing calls

Tested by 2

leafFunction · 0.68
leaf_balanceFunction · 0.68