GodotScript.opCast

HACK to work around evil bug in which cast(void*) invokes alias this https://issues.dlang.org/show_bug.cgi?id=6777

  1. void* opCast()
    class GodotScript(Base)
    void*
    opCast
    (
    T : void*
    )
    ()
  2. const(void*) opCast()

Meta