isStaticArray

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

Meta