Backend.FrameFilter

Function that determines if a zone represents an entire frame.

class Backend
alias FrameFilter = bool delegate(
ZoneData zone
) @safe nothrow @nogc

Meta