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 |