The search functionality needs JavaScript enabled
Convert a BiowareDB.VarType into the associated native type
class BiowareDB { // ... alias toVarType(T) = VarType.Int; // ... }