loopx.util

Undocumented in source.

Public Imports

std.complex
public import std.complex;

Members

Aliases

ComplexD
alias ComplexD = Complex!double
Undocumented in source.
IdxValue
alias IdxValue = Tuple!(double, "value", size_t, "idx")
Undocumented in source.

Classes

LoopXException
class LoopXException
Undocumented in source.

Functions

evaluateDurationSpec
Duration evaluateDurationSpec(string spec)
Undocumented in source. Be warned that the author may not have intended to support it.
leastIndexes
StackArray!(IdxValue, N) leastIndexes(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
roundUpPower2
T roundUpPower2(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

QuasirandomSequence
struct QuasirandomSequence
Undocumented in source.
StackArray
struct StackArray(E, size_t N)
Undocumented in source.

Variables

loopx_version
auto loopx_version;
Undocumented in source.

Meta