# @nycto```nim # iterator listAtKey[K, V](table: Table[K, seq[V]], key: K): V = # table.withValue(key, entry): # for obj in entry: # yield obj