Skip to content

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

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

Type alias for function taking 6 arguments.