Slef v0.1.0 Slef.Permutations View Source
This module provides the permutations functionality that is missing from from the List module.
It generates all permutations of the word :self
.
Link to this section Summary
Link to this section Functions
Create all permutations of the word :self
, map them to atoms since
defmacro takes in an atom and then remove :self
itself.