Alias BiowareDB.toVarType

Convert a BiowareDB.VarType into the associated native type

class BiowareDB
{
  // ...
  alias toVarType(T) = VarType.Int;
  // ...
}