PopupMenu.isItemSeparator

Returns true if the item is a separator. If it is, it will be displayed as a line. See addSeparator for more info on how to add a separator.

struct PopupMenu
@nogc nothrow const
bool
isItemSeparator
(
in long idx
)

Meta