prollipop
    Preparing search index...

    Interface Updts

    interface Updts {
        current: Update[];
        next: Update[];
        user: AwaitIterable<Update[]>;
    }
    Index

    Properties

    Properties

    current: Update[]

    The updates to be applied to the current level.

    next: Update[]

    The updates to be applied to the next level.

    user: AwaitIterable<Update[]>

    The user provided updates. Applied to level 0.