Tuple.this

  1. this()
  2. this(size_t numObjects)
    class Tuple
    extern (D)
    this
    (
    size_t numObjects
    )

Parameters

numObjects size_t

The initial number of objects.

Meta