struct
TOML::KeyPart
- TOML::KeyPart
- Struct
- Value
- Object
Overview
One segment of a TOML key. A bare key (server), a quoted key
("127.0.0.1") or a literal-quoted key ('a.b.c') all become
one KeyPart.
#raw is the verbatim source slice (including quotes if any).
#decoded is the logical key string used for lookups.