update

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto update(T node)
    @safe nothrow
    update
    (
    T
    )
    (
    ref T node
    )
    if (
    hasMember!(T, "node")
    )
  2. void update(Range source, Sink sink)
  3. template update(alias field)

Meta