wesl
    Preparing search index...

    Interface ImportCollection

    A primitive segment in an import statement. foo

    interface ImportCollection {
        kind: "import-collection";
        subtrees: ImportStatement[];
    }
    Index

    Properties

    Properties

    kind: "import-collection"
    subtrees: ImportStatement[]