Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    3d42bdfb
    Attr: provided static internal methods · 3d42bdfb
    Jonathan Schöbel authored
    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.
    3d42bdfb
    History
    Attr: provided static internal methods
    Jonathan Schöbel authored
    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.