isStaticArray

template isStaticArray (
T : U[]
U
) {
bool isStaticArray;
}

Meta