View source code
							
							
						
								Display the source code in std/meta.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Template std.meta.ApplyRight
Partially applies Template by binding its first (left) or last (right) arguments to args.
						
				template ApplyRight(alias Template, args...)
				;
						
					
				Behaves like the identity function when args is empty.
Contained Aliases
| Name | Description | 
|---|---|
| ApplyRight | 
Parameters
| Name | Description | 
|---|---|
| Template | template to partially apply | 
| args | arguments to bind | 
Returns
Template with arity smaller than or equal to Template
Example
// enum bool isImplicitlyConvertible(From, To)
import stdExample
import stdExample
import stdExample
import stdAuthors
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.