ConditionalDynamicInstructions
A dynamic instructions type that conditionally selects between two conditions.
Declaration
struct ConditionalDynamicInstructions<TrueContent, FalseContent> where TrueContent : DynamicInstructions, FalseContent : DynamicInstructions