forEach method

dynamic forEach(
  1. ForEach f
)

對所有節點調用 函數 f

Implementation

forEach(ForEach f) => _forEach(f);