public override bool AreAllDefaultValue(T[] array, int startIndex, int length) => ArrayUtil.AreAllZero <T>(array, startIndex, length);