-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Summary
Provide a clear and concise description of the feature you are requesting.
Constructors
-
StackContainer(int size, int maxStackSize)- Creates a container with the specified number of empty slots, usingStackSlot<T>instance with a maxStackSize. -
StackContainer(IEnumerable<T> items)- Creates a container with the specified number of empty slots and slot capacity using theStackSlot<T>instance with a maxStackSize. -
StackContainer(IEnumerable<T> items, int maxStackSize)- Creates a container with the specified number of slots with items and slot capacity using theStackSlot<T>instance with a maxStackSize.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Projects
Status
✔ Done