UIElement._zOrder

By default, every Element have the same z-order Because the sort is stable, tree traversal order is the default order (depth first).

class UIElement
protected nothrow @nogc
int _zOrder;

Meta