unlock

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector!T unlock(Vector!(T, ALLOC) input)
    Vector!T
    unlock
    (
    T
    ALLOC
    )
    (
    auto const ref Vector!(T, ALLOC) input
    )
    if (
    is(ALLOC == SecureMem)
    )
  2. RefCounted!(Vector!T) unlock(RefCounted!(Vector!(T, ALLOC), ALLOC) input)

Meta