isImplicitly

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

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

Meta