return to top
source
Anchor (aka stable hash) support for grind. We use anchors to reference terms in the grind state.
grind
Example: { numDigits := 4, anchorPrefix := 0x0c88 }.matches 0x0c88ab10ef20206a returns true
{ numDigits := 4, anchorPrefix := 0x0c88 }.matches 0x0c88ab10ef20206a
true
Returns the number of digits needed to distinguish the anchors in es
es