Handbook
Glossary
c-field
Vocabulary
libclang
Definition
USING:
math
strings
;
IN:
libclang
TUPLE:
c-field
{
name
string
initial:
""
}
{
type
string
initial:
""
}
parent-order
{
order
integer
initial:
0
}
;
Methods
USING:
accessors
combinators
combinators.smart
kernel
libclang
;
M:
c-field
def>out-form
[
{
[
drop
" { "
]
[
name>>
" "
]
[
type>>
" }"
]
}
cleave
]
""
append-outputs-as
;