//! [Path]s are used in import statements, and can take the place of an [Identifier] in many people.
use Identifier;
use crateFragment;
/// A double-colon separated path/reference to a module/function. This can be used in an `import` declaration and
/// some other places. [Path]s with length of 1 are just [Identifier]s -- [Identifier]s can be considered paths in some
/// instances.