title: Classes


Classes

  • struct Args
  • struct GenericArray
    Array with pointer to void.
  • struct GenericMap
    Hash-table that maps void * to void *.
  • struct GenericSlice
    Slice with pointer to void.
  • struct MemArray
    Array with pointer type to smallest addressable units of memory.
  • struct MemSlice
    Slice with pointer type to smallest addressable units of memory.
  • struct RunicBuilder
    Mutable runic string which is built/pushed-to over time.
  • struct StringBuilder
    Mutable string which is built/pushed-to over time.
  • struct _Arg
  • struct _ArgID
  • struct _ArgParser
  • struct _ArgTemplate
  • struct _Natural
  • struct _atomic_t
    Useful for resource counting etc.
  • struct runic
    Imutable warpper for UCS-4/UTF-32 encoded runic string (runes are mutable).
  • struct string
    Immutable wrapper for UTF-8 encoded string (bytes are mutable).
  • struct symbol
    Symbols are interned strings.

Updated on 23 August 2022 at 00:54:19 UTC