On Sunday, 3 January 2021 at 18:26:44 UTC, Per Nordlöw wrote:
alias Matcher = Match function(Matcher[] matchers...); but it errors as recursive alias declaration
Preferrably I wanted a non-templated definition.
Per Nordlöw via Digitalmars-d-learn Sun, 03 Jan 2021 14:20:35 -0800
On Sunday, 3 January 2021 at 18:26:44 UTC, Per Nordlöw wrote:
alias Matcher = Match function(Matcher[] matchers...); but it errors as recursive alias declaration
Preferrably I wanted a non-templated definition.