isPlatfromDependend.isPlatfromDependend

Undocumented in source.
template isPlatfromDependend(T)
@safe pure
enum isPlatfromDependend = is(T == String) || is(T == Strings) || is(T == Dependency[]) || is(T == Path) || is(T == UnprocessedPath) || is(T == BuildRequirements) || is(T == SubConfigs) || is(T == BuildOptions) || is(T == BuildType[string]) || is(T == ToolchainRequirement[Toolchain]) || is(T == Paths);

Meta