ReferenceCountUpdater.release

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool release(T instance)
  2. bool release(T instance, int decrement)
    class ReferenceCountUpdater(T, string fieldName)
    final
    bool
    release
    if (
    (is(typeof(__traits(getMember, T, fieldName)) == shared(int)))
    )

Meta