unshared

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T unshared(T value)
    ref
    T
    unshared
    (
    T
    )
    (
    ref shared T value
    )
    if (
    !is(T : U*,
    U
    )
    )
  2. T* unshared(shared(T)* value)

Meta