native-va-list-parameter? ( type -- ? )


Vocabulary
stack-checker.alien

Inputs
typean object


Outputs
?an object


Definition


: native-va-list-parameter? ( type -- ? )
"native-va-list-type?" "alien.varargs" lookup-word
[ ( type -- ? ) execute-effect ] [ drop f ] if* ;