Nate Emmons
03/17/2021, 3:25 PMHere we import the `org.springframework.ui.set` extension function in order to be able to write `model["title"] = "Blog"` instead of `model.addAttribute("title", "Blog")`
Is there a term for this seemingly-magic behavior where importing an extension function seems to enable extra syntax? I'd like to read more about it to better understand how it works.. I hope that makes sense.