rename alive/empty to is_alive/is_empty

This commit is contained in:
BlackMATov
2024-12-29 16:35:01 +07:00
parent 900f447f3d
commit 345a89d1de
4 changed files with 82 additions and 83 deletions

View File

@@ -9,8 +9,8 @@ unpack :: id -> integer, integer
defer :: boolean
commit :: boolean
alive :: entity -> boolean
empty :: entity -> boolean
is_alive :: entity -> boolean
is_empty :: entity -> boolean
get :: entity, fragment... -> component...
has :: entity, fragment -> boolean