each.each

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int each(Array!T array)
    template each(alias callable, T)
    int
    each
    (
    ref Array!T array
    )
    if (
    is(ReturnType!(typeof(
    (
    T t
    )
    => callable(t)
    )) == int)
    )
  2. int each(Array!T* array)
  3. template each(alias callable, T)

Meta