new pair flags in chunks, with/without_xxx functions for new ids and pairs

This commit is contained in:
BlackMATov
2025-07-04 23:43:46 +07:00
parent 1c89e3853c
commit 27b134e6c0
2 changed files with 97 additions and 64 deletions

View File

@@ -1308,6 +1308,7 @@ function evolved.pair(primary, secondary) end
---@param pair evolved.id
---@return evolved.id primary
---@return evolved.id secondary
---@nodiscard
function evolved.unpair(pair) end
```