src/queries

Search:
Group by:
Source   Edit  

Types

Not[T] = object
  nil
Source   Edit  
Opt[T] = Option[T]
Source   Edit  
Query[T] = object
  matchedArchetypes*: seq[ArchetypeId]
  lastArchetypeCount*: int
  lastVersion*: int
  operations*: seq[Operation]
Source   Edit  
Write[T] = object
  nil
Source   Edit  

Procs

proc reset[T: tuple](query: var Query[T]; version: int)
Source   Edit  

Templates

template isNothing[T](self: Opt[T]; body: untyped)
Source   Edit  
template isSomething[T](self: Opt[T]; body: untyped)
Source   Edit