crc32Of

fnubyte[4] crc32Of(T...)(T data)

This is a convenience alias for digest using the CRC32 implementation.

Parameters

dataInputRange of ElementType implicitly convertible to ubyte, ubyte[] or ubyte[num] or one or more arrays of any type.

Returns

CRC32 of data