-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Provide a clear and concise description of the feature you are requesting.
-
LazyStackContainer(int size, int maxStackSize)- Creates a container with the specified number of empty slots, usingLazyStackSlot<T>instance with a maxStackSize. -
LazyStackContainer(Dictionary<T, int> items)- -
LazyStackContainer(Dictionary<T, int> items, int maxStackSize)- -
LazyStackContainer(IEnumerable<T> items)- -
LazyStackContainer(IEnumerable<T> items, int maxStackSize)-
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Projects
Status
🔖 To do