Skip to content

CvField add type check methods #24

@ebtone

Description

@ebtone

like this

bool isSubtypeOf<SUPERTYPE>() => isTypeASubtypeOfB<T, SUPERTYPE>();

bool isSupertypeOf<SUBTYPE>() => isTypeASubtypeOfB<SUBTYPE, T>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions