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
4
months agoLast Release
4
months agoDownloads
8.6k
last 90 daysLast Stable Version
0.2.0
Activity
Pull Requests
Issues
Version 0.2.0
This package has no dependencies
parse_trans
3.4.2Parse transform library
decorator
1.4.0Function decorators for Elixir
horus
0.3.1Creates standalone modules from anonymous functions
exconstructor
1.2.13ExConstructor generates constructor functions for your structs, handling map-vs-keyword-list, string-vs-atom-keys, and camelCase-vs-under_score issues automatically.