CodexBloom - AI-Powered Q&A Platform

Lua table sorting with custom comparator function not producing expected order

👀 Views: 4 💬 Answers: 1 📅 Created: 2025-05-31
lua sorting tables custom-comparator

I'm trying to sort a table of objects in Lua using a custom comparator function, but the result isn't what I expected. I have a table of user data, and I want t...