mir_rcarray.this

  1. this(typeof(null) )
  2. this(size_t length, bool initialize, bool deallocate)
    struct mir_rcarray(T)
    @trusted @nogc
    this
    (
    size_t length
    ,
    bool initialize = true
    ,
    bool deallocate = true
    )
  3. this(typeof(this) rhs)
  4. this(typeof(this) rhs)
  5. this(typeof(this) rhs)
  6. this(typeof(this) rhs)

Parameters

length size_t

array length

initialize bool

Flag, don't initialize memory with default value if false.

deallocate bool

Flag, never deallocates memory if false.

Meta