A specialized associative array with string keys stored in a variable length structure.
StringValue is a variable-length structure. It has neither proper c'tors nor a factory method because the only thing which should be creating these is StringTable. The string characters are stored in memory immediately after the StringValue struct.
See Source File root/stringtable.d Documentation: https://dlang.org/phobos/dmd_root_stringtable.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/root/stringtable.d
Walter Bright, https://www.digitalmars.com
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
A specialized associative array with string keys stored in a variable length structure.