Handbook
Glossary
lookup-unnamed ( type string -- type-name )
Vocabulary
libclang
Inputs
type
an
object
string
an
object
Outputs
type-name
an
object
Definition
USING:
accessors
assocs
kernel
math.parser
sequences
splitting
;
IN:
libclang
:
lookup-unnamed
( type string -- type-name )
unnamed-exists?
[
nip
]
[
[
clang-state>
next-unnamed-counter
number>string
append
]
dip
" "
split1-last
nip
[
clang-state>
unnamed-table>>
set-at
]
keepd
]
if
;
inline