1108:c3bde8ff1c0b | 1109:89ec23988b88 |
---|---|
479 ) { | 479 ) { |
480 CxIterator it = list->cl->iterator(list, index, true); | 480 CxIterator it = list->cl->iterator(list, index, true); |
481 it.base.mutating = true; | 481 it.base.mutating = true; |
482 return it; | 482 return it; |
483 } | 483 } |
484 | |
485 void cxListFree(CxList *list) { | |
486 if (list == NULL) return; | |
487 list->cl->deallocate(list); | |
488 } |