MCPcopy Create free account
hub / github.com/egonelbre/exp / Shift2

Struct Shift2

coder/arith/models.go:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type Shift2 struct {
39 P0 P
40 I0 byte
41
42 P1 P
43 I1 byte
44}
45
46func (m *Shift2) NBits() uint { return 1 }
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected