Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Give TypeInfo_Class/TypeInfo_Interface.isBaseOf like C#/Java isAssignableFrom #2770

Merged
merged 1 commit into from
Apr 16, 2020

Commits on Mar 31, 2020

  1. Fix Issue 20178 - Add TypeInfo_Class/TypeInfo_Interface.isBaseOf

    Equivalent to C#/Java isAssignableFrom. Naming the method
    "isAssignableFrom" would be more familiar to people coming from C#/Java
    but is potentially misleading: "alias this" and overloadable opAssign
    mean that this would not actually indicate whether values of one type
    could be assigned to another.
    
    Adding qualifiers to rt.cast_ functions.
    n8sh committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    bc10972 View commit details
    Browse the repository at this point in the history