Struct crc::crc64::ECMA_TABLE []

pub struct ECMA_TABLE {
    // some fields omitted
}

Trait Implementations

impl Deref for ECMA_TABLE

type Target = [u64; 256]

fn deref<'a>(&'a self) -> &'a [u64; 256]