Neutrome SDK reference
    Preparing search index...

    Module lilsdk-ts/src/primitives

    all

    Reports whether every instruction satisfies a predicate.

    any

    Reports whether any instruction satisfies a predicate.

    filter

    Keeps only the instructions a predicate accepts.

    find

    Reads the first instruction matching a value.

    has

    Reports whether a program contains an instruction by value.

    indexOf

    Finds the position of an instruction by value.

    map

    Rewrites every instruction.

    reduce

    Folds the instruction list into a single value.

    walk

    Visits every instruction in order.