Skip to content

Cenum is not a subtype of Integer #14

@melonedo

Description

@melonedo

With respect to JuliaLang/Downloads.jl#134, in the C language, enum is just an alias for some integer type. However, CEnum is not a subtype of Integer, and it does not support all integer methods, zero for example.

abstract type Cenum{T<:Integer} end

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