Merge null/pattern checks into complex pattern.

This commit is contained in:
2022-11-13 20:46:24 +00:00
parent c68760ec49
commit a8a74f385a
39 changed files with 75 additions and 133 deletions

View File

@@ -457,8 +457,7 @@ public sealed partial class CloneCd
break;
default:
if(descriptor.POINT >= 0x01 &&
descriptor.POINT <= 0x63)
if(descriptor.POINT is >= 0x01 and <= 0x63)
{
if(!firstTrackInSession)
{