assign_when
Allows the use of `when` clauses on assignment statements as an alternative to using `if`, avoiding the need for boilerplate `else` clauses which return the original variables when the condition is `false`. For instance: ```elixir x = 1 when x == nil ```
MacrosPackage Resources
Stars
Unreleased Activity
First Release
11
months agoLast Release
11
months agoDownloads
1.4k
last 90 daysLast Stable Version
0.2.0
Activity
Pull Requests
Issues
Version 0.2.0
This package has no dependencies
Community
Looks like this space is still empty… Want to be the first to contribute?
Share an article, talk, or podcast by adding resources to this package.
parse_trans
3.4.2Parse transform library
decorator
1.4.0Function decorators for Elixir
horus
0.3.2Creates standalone modules from anonymous functions
exconstructor
1.3.1ExConstructor generates constructor functions for your structs, handling map-vs-keyword-list, string-vs-atom-keys, and camelCase-vs-under_score issues automatically.