tmap.tmap

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto tmap(T args)
    template tmap(fun...)
    tmap
    (
    T...
    )
    ()
    if (
    T.length > 1 ||
    (
    T.length == 1 &&
    !__traits(compiles, ElementType!(T[0]).Types)
    )
    )
    if (
    fun.length >= 1
    )
  2. auto tmap(T args)

Meta