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

7 lines
151 B
C

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