pub type BodyHash = [u8; 16];
Content hash of a function body (#222). 16 bytes = SHA-256 truncated. Matches lex-vcs::OpId’s width so that mixing the two never confuses a reader expecting a uniform hash size across the codebase.
lex-vcs::OpId