# The implementation goes like this: ```rs fn dbg(any: anytype) @TypeOf(any) { std.debug.print("{any}\n", .{any}); return any; }