@dallaylaen/ski-interpreter
    Preparing search index...

    Class TraverseControl<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    decoration: TraverseDecorator
    value?: T

    A wrapper for values returned by fold/traverse callbacks which instructs the traversal to alter its behavior while retaining the value in question.

      This class is instantiated internally be `SKI.control.*` functions,
      and is not intended to be used directly by client code.