identity::lift::AndThen [] [src]

type AndThen<TFa, TFb> = Compose<TFb, TFa>;

Type-level function composition (intuitive order).