little reduce copy-paste in multi api

This commit is contained in:
BlackMATov
2025-01-27 10:02:14 +07:00
parent 829797278b
commit 0b81412ff1
2 changed files with 262 additions and 436 deletions

View File

@@ -521,7 +521,7 @@ do
assert(evo.insert(e, f1, 42))
assert(evo.insert(e, f2, 43))
evo.remove(e, f1, f2)
evo.remove(e, f1, f2, f2)
assert(remove_count == 3)
assert(last_removed_component == 43)