fp-filters - v0.5.3
    Preparing search index...

    Function pattern

    • Higher-order function. Allows to specify a pattern that is repeated. Returns a function where the elements are returned based on their index matching the pattern. The pattern can be an array or a comma-separated list of booleans.

      Parameters

      • mask: boolean[]

      Returns TReturnType

    • Higher-order function. Allows to specify a pattern that is repeated. Returns a function where the elements are returned based on their index matching the pattern. The pattern can be an array or a comma-separated list of booleans.

      Parameters

      • ...args: boolean[]

      Returns TReturnType