Blender  V2.93
Macros
util_foreach.h File Reference

Go to the source code of this file.

Macros

#define foreach(x, y)   for (x : y)
 

Macro Definition Documentation

◆ foreach

#define foreach (   x,
  y 
)    for (x : y)

Definition at line 22 of file util_foreach.h.