Provides a depth-first statement visitor.
A Statement tree walker that will visit each Statement s in the tree, in depth-first evaluation order, and call fp(s,param) on it. fp() signals whether the walking continues with its return value:
See Source File _sparse.d Documentation: https://dlang.org/phobos/dmd_sapply.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/sapply.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Provides a depth-first statement visitor.