class Ecs::HashSetQuery(K, V)

Overview

Helper class, which provides easy filtering/querying of multiple Sets of values (V), selected by Hash keys (K).

Defined in:

ecs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(registry : Hash(K, Set(V))) #

[View source]

Instance Method Detail

def all #

[View source]
def having(property_ids : Set(V)) #

[View source]