Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| en:toolworks:docs:apparatus:naming-conventions [2022/04/30 16:45] – vladius | en:toolworks:docs:apparatus:naming-conventions [2022/05/13 10:07] (current) – vladius | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| **Make** – construct a certain entity in a useful (utility) fashing, returning it as a result. The resulting object is usually allocated in an automatic (scope) memory. | **Make** – construct a certain entity in a useful (utility) fashing, returning it as a result. The resulting object is usually allocated in an automatic (scope) memory. | ||
| + | |||
| + | **Collect** – add up to the existing elements within the container, instead of emptying it beforehand. | ||