lisp-take-1/value/builtin_lambda/foreach_accessible_subvalue.h
2024-11-28 18:36:25 -06:00

7 lines
158 B
C

struct value;
void builtin_lambda_value_foreach_accessible_subvalue(
const struct value* super,
void (*callback)(
struct value* subvalue));