- 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[2]) a)
Package the values to a checksum.
- checksum
Checksum checksum(T a, T b)
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)
- tokenize
auto tokenize(from.libclang_ast.context.ClangContext ctx, Path file)