Function eachTriangle

eagerly call 'fun' for each triangle of the passed face

void eachTriangle(alias fun, FT) (
  in FT face
)
if (isFace!FT);