fixed a rdonly flag bug in moo_shallowcpy()

added SequenceableCollection>>swap:with:
This commit is contained in:
hyunghwan.chung
2019-06-19 09:21:28 +00:00
parent e036f3f6d7
commit 6b2cb6f9df
5 changed files with 16 additions and 1 deletions

View File

@ -253,7 +253,6 @@ moo_pfrc_t moo_pf_shallow_copy (moo_t* moo, moo_mod_t* mod, moo_ooi_t nargs)
return MOO_PF_SUCCESS;
}
/* --------------------------------------------------------------------------------
* BASIC ACCESS
* -------------------------------------------------------------------------------- */