Revision history of "Symbol"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 20:24, 15 April 2022Ihatecompvir talk contribs 599 bytes +599 Created page with "An object used internally by the Milo engine to represent some text. Symbols are loaded into a symbol table dynamically as they are created and are guaranteed to not be freed or have their memory address changed, and as such are reusable. They support localization for when they need to be displayed in UI. Many functions take Symbols and will not function correctly if a regular <code>char *</code> is passed in. ==Structure== The Symbol structure is universal and is the..."