Idiot.this

Constructor that accepts a function

  1. this(bool delegate(size_t, T[]) callback)
  2. this(bool function(size_t, T[]) callback)
    class Idiot(T)
    nothrow @system
    this
    (
    in bool function
    (
    size_t
    ,
    T[]
    )
    callback
    )

Meta