[][src]Type Definition type_freak::list::LInsertAt

type LInsertAt<List, Item, Target, Index> = ApplyFunctor<LInsertAtFunctor<Item, Target, Index>, List>;