- checksum
auto checksum(AbsolutePath p)
- makeCrc64Iso
Crc64Iso makeCrc64Iso(const(ubyte)[] p)
- makeMurmur3
Murmur3 makeMurmur3(const(ubyte)[] p)
Undocumented in source. Be warned that the author may not have intended to support it.
- toBytes
auto toBytes(T v)
Convert a value to its ubyte representation.
Note: this is very slow. Prefer std.bitmanip.nativeToBigEndian.
- toCrc64Iso
Crc64Iso toCrc64Iso(const(ubyte)[8] p)
Convenient function to convert to a checksum type.
- toCrc64Iso
Crc64Iso toCrc64Iso(BuildChecksum64 h)
Undocumented in source. Be warned that the author may not have intended to support it.
- toLong
long toLong(ubyte[8] v)
Undocumented in source. Be warned that the author may not have intended to support it.
- toMurmur3
Murmur3 toMurmur3(const(ubyte)[16] p)
Convenient function to convert to a checksum type.
- toMurmur3
Murmur3 toMurmur3(BuildChecksum128 h)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSizeT
size_t toSizeT(T v)
size_t toSizeT(const(ubyte)[4] v)
size_t toSizeT(const(ubyte)[8] v)
Convert to size_to for use in e.g. operator overload toHash.
- toUlong
ulong toUlong(ubyte[8] v)
Undocumented in source. Be warned that the author may not have intended to support it.