shithub: femtolisp

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