Idiot.this

Constructor that accepts a delegate

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

Meta