ReadOnlySpan optimizations
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ public struct ActionSet
|
||||
{
|
||||
private uint bits;
|
||||
|
||||
public static readonly ActionType[] AcceptedActions = new[]
|
||||
internal static ReadOnlySpan<ActionType> AcceptedActions => new[]
|
||||
{
|
||||
ActionType.StandardTouchCombo,
|
||||
ActionType.AdvancedTouchCombo,
|
||||
|
||||
Reference in New Issue
Block a user