API Reference AssignWhen v0.2.0
View SourceModules
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'. Eg