Module fyrox_core::sstorage

source ·
Expand description

Immutable string + immutable string storage. See docs of ImmutableString and ImmutableStringStorage for more info.

Structs§

  • Immutable string is a string with constant content. Immutability gives some nice properties:
  • Immutable string storage is a backing storage for every immutable string in the application, storage is a singleton. In normal circumstances you should never use it directly.