Skip to content
Snippets Groups Projects
Commit 3d42bdfb authored by Jonathan Schöbel's avatar Jonathan Schöbel
Browse files

Attr: provided static internal methods

For every function there is also a static method/function which can
perform the same work, but doesn't rely on really having an struct Attr.
This is useful for example in an array to manipulate a single element
while still using the same code.
Also the orginal methods are implemented with the new internal ones
themselves.
parent 3e09a2ef
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment