IIRDelay.coeff_t

Undocumented in source.
struct IIRDelay(T, int order)
alias coeff_t = Vector!(T, order * 2 + 1)

Meta