jlbun
    Preparing search index...

    Interface ScopedJuliaTuple

    Proxy for JuliaTuple that auto-tracks created tuples.

    interface ScopedJuliaTuple {
        from(elements: any[]): JuliaTuple;
    }
    Index

    Methods

    Methods

    • Create a JuliaTuple from values. The elements of the array are spread as tuple elements. The tuple is automatically tracked in the scope.

      Parameters

      • elements: any[]

      Returns JuliaTuple