@mikuroxina/mini-fn
    Preparing search index...

    Variable flatMapConst

    flatMap: <T, U>(
        fn: (t: T) => List.List<U>,
    ) => (list: List.List<T>) => List.List<U> = concatMap

    The alias of concatMap.

    Type Declaration