rcExclusive

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto rcExclusive(A args)
  2. auto rcExclusive(Allocator allocator, Args args)
    static if(is(typeof( )))
    rcExclusive
    (
    T
    Allocator
    Args...
    )
    (
    Allocator allocator
    ,
    auto ref Args args
    )
    if (
    from!"automem.traits".isAllocator!Allocator
    )

Meta