[][src]Function haskell_bits::functor::map

pub fn map<TCon, F, TIn, TOut, TFuncArgIn, TCollectionIsRef, X>(
    f: F,
    x: X
) -> <TCon as WithTypeArg<TOut>>::Type where
    F: Fn(TFuncArgIn) -> TOut,
    X: MapExt<TCon, F, TIn, TOut, TFuncArgIn, TCollectionIsRef>,
    TCon: WithTypeArg<TIn> + WithTypeArg<TOut>,