WorkerLocalStorage.get

Assign a value to the current thread's instance. This function has the same caveats as its overload.

  1. ref get()
  2. void get(T val)
    struct WorkerLocalStorage(T)
    @property
    void
    get
    (
    T val
    )

Meta