add min max in the bin

This commit is contained in:
2026-04-15 14:47:10 +03:00
parent ec1bd2f376
commit 45215c1529
3 changed files with 13 additions and 1 deletions

View File

@@ -19,6 +19,6 @@ auto main() -> int
if (!r.empty())
{
for (auto& p : r.m_data)
hack::log()(p[10].m_values);
hack::log()(p[10].m_values, p[10].m_min, p[10].m_max);
}
}