conditional

Selects one of two types based on a boolean condition.

Parameters

Name Description
C The condition.
T The type selected when C is true.
F The type selected when C is false.