isImplicitly

Returns true iff an instance of class test is implicitly castable to target. This is an expensive operation (isDerived + implements).

  1. bool isImplicitly(in ClassInfo test, in ClassInfo target)
    bool
    isImplicitly
    (
    in ClassInfo test
    ,
    in ClassInfo target
    )
  2. bool isImplicitly(in TypeInfo test, in TypeInfo target)

Meta