Dependency.mapToPath

Returns a modified dependency that gets mapped to a given path.

This function will return an unmodified Dependency if it is not path based. Otherwise, the given path will be prefixed to the existing path.

struct Dependency
const @trusted
mapToPath
(
NativePath path
)

Meta