Julia indeed has built-in enums: Just below here in the docs: http://docs.julialang.org/en/latest/stdlib/base/#Base.Val{c}
On Tue, Aug 23, 2016 at 10:51 AM, Evan Fields <[email protected]> wrote: > @enum doesn't do what you want for enums? >
Julia indeed has built-in enums: Just below here in the docs: http://docs.julialang.org/en/latest/stdlib/base/#Base.Val{c}
On Tue, Aug 23, 2016 at 10:51 AM, Evan Fields <[email protected]> wrote: > @enum doesn't do what you want for enums? >