RCArray.make

no increment ref

  1. auto make(T[] o)
  2. auto make(string n, T[] o)
    struct RCArray(T)
    version(rcdebugprint)
    package static
    make
    (
    string n
    ,
    T[] o
    )

Meta