Alias SIDefinitions.micro

SI prefixes.

template SIDefinitions
{
  // ...
  alias micro = prefix!1e-06;
  // ...
}