jlbun
    Preparing search index...

    Interface ScopedJuliaSet

    Proxy for JuliaSet that auto-tracks created sets.

    interface ScopedJuliaSet {
        from(set: any[] | IterableIterator<any, any, any>): JuliaSet;
    }
    Index

    Methods

    Methods

    • Create a JuliaSet from values. The set is automatically tracked in the scope.

      Parameters

      • set: any[] | IterableIterator<any, any, any>

      Returns JuliaSet