The OpenD Programming Language

MD_MARK

** Processing Inlines (a.k.a Spans) ***

nothrow @nogc @system
struct MD_MARK {
OFF beg;
OFF end;
int prev;
int next;
CHAR ch;
ubyte flags;
}

Meta