MCPcopy Create free account
hub / github.com/chc4/lineiform / StackOff

Class StackOff

tangle/src/port.rs:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 pub struct Constant(pub isize);
83 #[derive(Debug, Clone)]
84 pub struct StackOff(pub i32);
85 pub type All = HList![Option<Constant>, Option<StackOff>];
86}
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected