j
k
j a
j l
I don't think there is a faster way than doing it the obvious way:
foreach(removable_indices;; string ind) m_delete(data, ind);
You can do in with shorter code, but it will be somewhat slower I guess:
m_delete(data, removable_indices[*]);
Back to the thread
Back to the list