diff options
author | John R. Lenton <jlenton@gmail.com> | 2014-01-12 15:44:26 +0000 |
---|---|---|
committer | John R. Lenton <jlenton@gmail.com> | 2014-01-12 15:44:26 +0000 |
commit | 1d7fb2f21be8dd6f95e5889442a3735464c94dfb (patch) | |
tree | d699ffd73623eaa86cd9adba4f605ffb2750605b /py/map.h | |
parent | 19b14d3d8ae229f17f8b63825f96220db37e3770 (diff) |
Implemented set.clear
Diffstat (limited to 'py/map.h')
-rw-r--r-- | py/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,3 +32,4 @@ void mp_map_clear(mp_map_t *map); void mp_set_init(mp_set_t *set, int n); mp_obj_t mp_set_lookup(mp_set_t *set, mp_obj_t index, bool add_if_not_found); +void mp_set_clear(mp_set_t *set); |