shithub: femtolisp

ref: d5ae75e18d3fd374910432809f062d5cfea5eb21
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);