cvar::JOINER [] [src]

pub const JOINER: u8 = b'.'

Identifiers are node names joined with a separator.

Eg. foo.bar is an identifier where foo and bar are names and the . is the separator.

Nodes are allowed to have the separator in their names, creating pseudo hierarchies. No implicit list nodes are created.

Note: The separator shall be a printable ascii character enforced by debug assert.