namespace Nerd_STF.Mathematics.Abstract; public interface IIndexRangeGet { public TSub[] this[Range range] { get; } }