wesl
    Preparing search index...

    Interface UnaryOperator

    interface UnaryOperator {
        span: Span;
        value: "!" | "&" | "*" | "-" | "~";
    }
    Index

    Properties

    Properties

    span: Span
    value: "!" | "&" | "*" | "-" | "~"