isImplicitly

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

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

Meta