samgwise / html-lazy

Delcarative HTML generation for perl6
Artistic License 2.0
1 stars 2 forks source link

support slurpy named arguments to get rid of empty Maps #1

Open gfldex opened 5 years ago

gfldex commented 5 years ago

Using a slurpy Hash at the right spots saves to have to provide an empty Map whenever there are no attributes needed.

see t/02-slurpy-attr.t6