View source code
							
							
						
								Display the source code in dmd/cond.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.
							
						Module dmd.cond
Evaluate compile-time conditionals, such as static if version and debug.
Specification
Documentation
https://dlang.org/phobos/dmd_cond.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/cond.d
Functions
| Name | Description | 
|---|---|
								
									findCondition(ids, ident)
								
							 | 
							Find ident in an array of identifiers.
 | 
						
Classes
| Name | Description | 
|---|---|
								
									DebugCondition
								
							 | 
							|
								
									DVCondition
								
							 | 
							|
								
									StaticForeach
								
							 | 
							Implements common functionality for StaticForeachDeclaration and
 StaticForeachStatement This performs the necessary lowerings before
 dmd.statementsem.makeTupleForeach can be used to expand the
 corresponding static foreach declaration or statement.
 | 
						
								
									StaticIfCondition
								
							 | 
							|
								
									VersionCondition
								
							 | 
							Node to represent a version condition | 
Enums
| Name | Description | 
|---|---|
								
									Include
								
							 | 
							
Authors
License
					Copyright © 1999-2024 by the D Language Foundation | Page generated by ddox.