shithub: femtolisp

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