We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df94ada commit bb14f31Copy full SHA for bb14f31
README.md
@@ -22,6 +22,8 @@ Allows you to allocate memory for a method / class and place all sets of variabl
22
Avoid repeated copying of structures when placing them in collections.
23
And other use cases.
24
25
+The generated code uses .Net 5 features. So use only with .Net 5+.
26
+
27
Supported collections:
28
- Stack
29
- List [TODO](https://github.com/SoftStoneDevelop/StackMemoryCollections/issues/1)
0 commit comments