Handbook
Glossary
<c-enum> ( name order -- c-enum )
Vocabulary
libclang
Inputs
name
an
object
order
an
object
Outputs
c-enum
an
object
Definition
USING:
accessors
kernel
;
IN:
libclang
:
<c-enum>
( name order -- c-enum )
c-enum
new
swap
>>order
swap
>>name
;