We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See e.g. https://discourse.julialang.org/t/style-recommendation-for-enum-as-type/46078/5 and https://www.juliabloggers.com/julia-dispatching-enum-versus-type/ for a discussion.
This is helpful for e.g. dispatching on OGRFIELDTYPE in
OGRFIELDTYPE
ArchGDAL.jl/src/ogr/feature.jl
Lines 390 to 413 in 8f820c7
The text was updated successfully, but these errors were encountered:
missing
<: DataType
<: UnionAll
CEnum.Cenum
Enum
mathieu17g
Successfully merging a pull request may close this issue.
See e.g. https://discourse.julialang.org/t/style-recommendation-for-enum-as-type/46078/5 and https://www.juliabloggers.com/julia-dispatching-enum-versus-type/ for a discussion.
This is helpful for e.g. dispatching on
OGRFIELDTYPE
inArchGDAL.jl/src/ogr/feature.jl
Lines 390 to 413 in 8f820c7
The text was updated successfully, but these errors were encountered: