Interface IResizeableBuffer<T>
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
A buffer that can change its capacity.
public interface IResizeableBuffer<T> : IBuffer<T>, IReadOnlyBuffer<T>, IEnumerable<T>, IEnumerable
Type Parameters
T
- Inherited Members
- Extension Methods
Methods
- DecreaseCapacity(int)
Decreases the capacity of this IResizeableBuffer<T> by the specified decrement (up to the current capacity).
- IncreaseCapacity(int)
Increases the capacity of this IResizeableBuffer<T> by the specified increment.