PlaceholderImpl.this

Constructor for placeholder accepting stored value.

  1. this(T value)
    class PlaceholderImpl(T)
    this
    (
    ref T value
    )
  2. this(T value)

Parameters

value T

value that will be stored in.

Meta