Container.this

Creates a new container.

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

Parameters

name
Type: string

The name of the container.

initialSize
Type: Size

The initial size of the container.

layers
Type: size_t

The layers of the container.

Meta