apply.apply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias apply = Alias!(func(args))
  2. auto ref apply [@property getter]
    template apply(alias func, args...)
    @property ref
    static if(!(__traits(compiles, )))
    static if(is(typeof(func(args))))
    apply
    ()
  3. alias apply = Alias!(func!args)
  4. alias apply = func!args

Meta