PrefixedUnit.fromBase

Undocumented in source. Be warned that the author may not have intended to support it.
struct PrefixedUnit(BaseUnit, int exponent, alias System)
static
V
fromBase
(
V
)
(
V v
)
if (
isUnit!BaseUnit &&
!(
isPrefixedUnit!BaseUnit &&
(BaseUnit.prefixBase == System.base)
)
)

Meta