Skip to content
  • vector-of-bool's avatar
    Genex: Add `IF` generator expression · 895f7f16
    vector-of-bool authored and Brad King's avatar Brad King committed
    This allows a single condition to be used to choose between two
    alternatives.  Without this the condition must be duplicated with
    one surrounded by `NOT`.
    
    Closes: #15585
    895f7f16