FastComplexArray.re

Undocumented in source.
struct FastComplexArray(E = float, size_t N = 4)
Vector!(E[N])[] re;

Meta