Type Alias _<T, U, $O>

_<T, U, $O>: $IsDistributive<$O> extends true
    ? $Select._D<T, U, $O>
    : $Select._N<T, U, $O>

Type Parameters