mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
chore: Actually expose query:drain(), ?
This commit is contained in:
parent
ce70b1b2ee
commit
f0048e306e
1 changed files with 1 additions and 0 deletions
|
@ -1493,6 +1493,7 @@ type Query<T...> = typeof(setmetatable({}, {
|
||||||
})) & {
|
})) & {
|
||||||
iter: Iter<T...>,
|
iter: Iter<T...>,
|
||||||
next: Item<T...>,
|
next: Item<T...>,
|
||||||
|
drain: (self: Query<T...>) -> Query<T...>,
|
||||||
with: (self: Query<T...>, ...i53) -> Query<T...>,
|
with: (self: Query<T...>, ...i53) -> Query<T...>,
|
||||||
without: (self: Query<T...>, ...i53) -> Query<T...>,
|
without: (self: Query<T...>, ...i53) -> Query<T...>,
|
||||||
replace: (self: Query<T...>, <U...>(T...) -> (U...)) -> (),
|
replace: (self: Query<T...>, <U...>(T...) -> (U...)) -> (),
|
||||||
|
|
Loading…
Reference in a new issue