foundation.wasm

Undocumented in source.

Members

Functions

assert_trap
void assert_trap(E expression, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
clz
T clz(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
ctz
T ctz(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
div
T div(T x, T y)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(bool flag, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
rem
T rem(T x, T y)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

popcnt (from core.bitop)
public import core.bitop : popcnt;
Undocumented in source.

Meta