shithub: femtolisp

ref: f51ee8f9575d4eb6e8a58a61ff0e2e92092cbb1c
dir: /table.h/

View raw version
bool ishashtable(value_t v) fl_purefn;
htable_t *totable(value_t v) fl_purefn;
void table_init(void);