How to use the @swim/collections.STree function in @swim/collections

To help you get started, we’ve selected a few @swim/collections examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github swimos / swim / swim-js / swim-core-js / @swim / client / main / downlink / ListDownlinkModel.ts View on Github external
constructor(context: DownlinkContext, hostUri: Uri, nodeUri: Uri, laneUri: Uri,
              prio?: number, rate?: number, body?: Value, state: STree = new STree()) {
    super(context, hostUri, nodeUri, laneUri, prio, rate, body);
    this._state = state;
  }

@swim/collections

Immutable, structure sharing collections, including B-trees and S-trees (sequence trees)

Apache-2.0
Latest version published 2 months ago

Package Health Score

77 / 100
Full package analysis

Popular @swim/collections functions