registry.batch_insert/remove impl

This commit is contained in:
BlackMATov
2024-11-29 16:34:15 +07:00
parent fafd8d2566
commit 007ba7905b
3 changed files with 222 additions and 41 deletions

View File

@@ -37,7 +37,7 @@ registry.has -> entity -> entity -> (boolean)
registry.has_all -> entity -> entity... -> (boolean)
registry.has_any -> entity -> entity... -> (boolean)
registry.apply -> entity -> entity -> (any -> any) -> (boolean)
registry.batch_apply -> query -> entity -> (any -> any) -> (boolean)
registry.batch_apply -> query -> entity -> (any -> any) -> (integer)
registry.assign -> entity -> entity -> any -> (boolean)
registry.batch_assign -> query -> entity -> any -> (integer)
registry.insert -> entity -> entity -> any -> (boolean)