autocurry.autocurry

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto autocurry(P[0] arg)
    template autocurry(alias Fun)
    static if(P.length)
    autocurry
    (
    P[0] arg
    )
    if (
    isCallable!Fun
    )
  2. alias autocurry = Fun

Meta