Closure.this

  1. this(uint inMarshal, uint isInvalid)
  2. this(void* ptr, Flag!"Take" take)
    class Closure
    this
    (
    void* ptr
    ,
    Flag!"Take" take = No.Take
    )