namespace Qrakhen.Qamp.Core.Collections.Abstractions; public interface IPeekable { T Peek(int delta = -1); }