- checksum
Checksum checksum(const(ubyte)[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
- checksum
Checksum checksum(AbsolutePath p)
Undocumented in source. Be warned that the author may not have intended to support it.
- checksum
Checksum checksum(const(T[1]) a)
Package the values to a checksum.
- checksum
Checksum checksum(T a)
Package the values to a checksum.
- getProfileResult
ProfileResults getProfileResult()
- putProfile
void putProfile(string name, Duration time)
Undocumented in source. Be warned that the author may not have intended to support it.
- rndSleep
void rndSleep(Duration min_, int span)
Sleep for a random time that is min_ + rnd(0, span msecs)
- toBytes (from my.hash)
auto toBytes(T v) via public
import my.hash : toBytes;
Convert a value to its ubyte representation.
Note: this is very slow. Prefer std.bitmanip.nativeToBigEndian.
- tokenize
auto tokenize(from.libclang_ast.context.ClangContext ctx, Path file)