public void C5_SortedArray() => _ = new C5.SortedArray <Int32>(32);
/// <inheritdoc /> public Stack() { _elements = new C5.SortedArray <GuiElement>(new FrameIndexComparer(this)); Orientation = FlowDirection.Vertical; }