Skip to content

Function6C<T0, T1, T2, T3, T4, T5, T6>

typedef Function6C<T0, T1, T2, T3, T4, T5, T6> = T6 Function(T5) Function(T4) Function(T3) Function(T2) Function(T1) Function(
  T0,
)

Type alias for curried function that takes 6 arguments, one at a time.