d-emacs-module ~master (2021-12-14T15:57:51Z)
Dub
Repo
EmacsEnv.isTypeOf
emacs_module
env
EmacsEnv
Returns true if value is the given type in emacs lisp.
struct
EmacsEnv
@
nogc
nothrow
bool
isTypeOf
(
emacs_value
value
,
string
type
)
Meta
Source
See Implementation
emacs_module
env
EmacsEnv
functions
defAlias
eq
freeGlobalRef
funcall
intern
isNotNil
isTypeOf
makeFunction
makeGlobalRef
nonLocalExit
nonLocalExitCheck
nonLocalExitClear
nonLocalExitSignal
nonLocalExitThrow
ok
typeOf
vecGet
vecSet
vecSize
Returns true if value is the given type in emacs lisp.