Compile-time validation in Scala 3 is beautiful. By using inline extension methods, we can throw compiler errors for invalid data before the code even runs. #scala