[OT] do we have lint for bash?
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Sun Apr 23 02:51:36 PDT 2017
Previous message:
template <typename Any> auto switch_(Any& a) { return [&a](auto ...cases_) { auto cases = hana::make_tuple(cases_...); auto default_ = hana::find_if(cases, [](auto const& c) { return hana::first(c) == hana::type_c<default_t>; }); // ... }; }
Next message:
[OT] do we have lint for bash?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
https://abload.de/img/tmpliy6q.png
Previous message:
template <typename Any> auto switch_(Any& a) { return [&a](auto ...cases_) { auto cases = hana::make_tuple(cases_...); auto default_ = hana::find_if(cases, [](auto const& c) { return hana::first(c) == hana::type_c<default_t>; }); // ... }; }
Next message:
[OT] do we have lint for bash?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Digitalmars-d mailing list