The OpenD Programming Language

mir.small_string

Small String

The module contains self-contained generic small string implementaton.

SmallString supports ASDF - Json Serialisation Library.

See also include/mir/small_series.h for a C++ version of this type. Both C++ and D implementations have the same ABI and name mangling.

Members

Structs

SmallString
struct SmallString(uint maxLength)

Self-contained generic Small String implementaton.

Meta

Authors

Ilia Ki