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
 
- 1.1.1 released 3 years ago
 - Tynukua/autoimpl-d
 - MIT
 - Copyright © 2022, tynuk
 
- Authors:
 - Dependencies:
 - none
 - Versions:
 - 
						
Show all 7 versions1.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  - Download Stats:
 - 
						
- 
								
0 downloads today
 - 
								
0 downloads this week
 - 
								
2 downloads this month
 - 
								
44 downloads total
 
 - 
								
 - Score:
 - 0.0
 - Short URL:
 - autoimpl.dub.pm