crc32

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. uint crc32(uint crc, ubyte* buf, uint len)
    extern (C)
    uint
    crc32
    (
    uint crc
    ,
    ubyte* buf
    ,
    uint len
    )
  2. uint crc32(uint crc, const(void)[] buf)

Meta