Traqula
    Preparing search index...

    Interface Wrap<T>

    interface Wrap<T> {
        loc: SourceLocation;
        val: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Location undefined means the node does have a string representation, but it was not clarified. This happens when an AST node is patched by a client of the lib.

    val: T