pub(super) fn contiguous_meta_address_to_address(
    metadata_spec: &SideMetadataSpec,
    metadata_addr: Address,
    bit: u8
) -> Address
Expand description

Performs reverse address translation from contiguous metadata bits to data addresses. The input address and bit shift should be aligned.

Arguments: