Container.this

Creates a new container.

  1. this(string name, Size initialSize, size_t layers)
  2. this(string name, size_t layers)
    class Container
    this
    (
    string name
    ,
    size_t layers
    )

Parameters

name string

The name of the container.

layers size_t

The layers of the container.

Meta