update: filters

This commit is contained in:
Lucas F. 2026-01-04 21:38:31 -03:00
parent e5305f85c9
commit d1c63cddda
5 changed files with 2401 additions and 57 deletions

View file

@ -18,8 +18,8 @@ test "context set amigável e get com ponto" {
const Person = struct { nome: []const u8, idade: i64 };
const p = Person{ .nome = "Ana", .idade = 25 };
try ctx.set("user", p);
//
// // list
// list
const numeros = [_]i64{ 1, 2, 3 };
try ctx.set("lista", numeros);