Type Definition enso_prelude::PhantomData4[][src]

type PhantomData4<T1, T2, T3, T4> = PhantomData2<PhantomData3<T1, T2, T3>, PhantomData<T4>>;