Alias Variant.conversionToGodot

function to convert T to an equivalent Godot type

struct Variant
{
  // ...
  alias conversionToGodot(T) = objectToGodot!T;
  // ...
}