DEV Community

Discussion on: What is the "<>" operator called in Elixir?

Collapse
 
michael profile image
Michael Lee 🍕

Makes sense. The docs seems to use symbols to describe how to do something versus the need to name everything. Looking over the doc I noticed other things such as ++ to combine lists. I suppose you could infer that it's called plus plus but really the symbol is used to describe what it does.