Filtres i ordres als resultats de cerca

This commit is contained in:
marc
2025-10-10 00:14:36 +02:00
parent aec310c39c
commit 31aeb09dd9
13 changed files with 339 additions and 64 deletions

View File

@@ -25,6 +25,10 @@ def groupby(
yield k, group_fn(g)
def identity(t: T) -> T:
return t
U = TypeVar("U")
V = TypeVar("V")