autoimpl 1.1.1

Library which auto impemetation solutions


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

autoimpl

Auto implementing named parameters

import autoimpl.parameters;

void myFync(S);

struct S{int param1, param2};

mixin NamedParameters!S;

atosed!myFync(Param(2), Param1(10));

TDOO

  • mv autoint into autoimpl.interfaces
  • fix some autoint's bugs
  • More tests for named parameters
Authors:
  • tynuk
Dependencies:
none
Versions:
1.1.1 2022-Aug-09
1.1.0 2022-Aug-08
1.0.3 2022-Aug-05
1.0.2 2022-Aug-05
1.0.1 2022-Aug-05
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 41 downloads total

Score:
0.0
Short URL:
autoimpl.dub.pm