Translating Swift Enum Type into Elixir
We explore how to adapt Swift's indirect enum feature, specifically a Result enum, into Elixir's functional paradigm. Perfect for developers looking to expand their understanding of both Swift and Elixir.
We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
We explore how to adapt Swift's indirect enum feature, specifically a Result enum, into Elixir's functional paradigm. Perfect for developers looking to expand their understanding of both Swift and Elixir.
By using extensions on UIImage, you can use an Enum to catalog specific image assets
Some of the basics of sorting with the Enum module.
Iterating over a list and knowing the index or position of that item can be useful. Especially in situations where you know you need to perform some action or update some event.