@bodil/core - v0.4.1
    Preparing search index...

    Namespace fun

    The functional programmer's toolkit.

    Functions

    always

    Create a function that always returns value.

    id

    The identity function: it just returns its argument unchanged.

    nop

    A function which does nothing and returns void.

    sum

    A function which applies the + operator to its arguments.