Paths
This section is a work-in-progress experiment about making the book executable.
A path is a sequence of one or more path segments separated by :: tokens.
Types of paths
Simple paths
pub type Path = Identifier;
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
This section is a work-in-progress experiment about making the book executable.
A path is a sequence of one or more path segments separated by :: tokens.
pub type Path = Identifier;