mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 20:57:47 +02:00
misc: chore: Use collection expressions in Generator projects
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Spv.Generator
|
||||
}
|
||||
|
||||
private readonly IEnumerable<IOperand> AllOperands => new[] { Operand1, Operand2, Operand3, Operand4, Operand5 }
|
||||
.Concat(Overflow ?? Array.Empty<IOperand>())
|
||||
.Concat(Overflow ?? [])
|
||||
.Take(Count);
|
||||
|
||||
public readonly override string ToString()
|
||||
|
Reference in New Issue
Block a user