qamp/Qrakhen.Qamp.Memory/Range.cs

4 lines
90 B
C#

namespace Qrakhen.Qamp.Memory;
public readonly record struct Range(int From, int To);