cef_range_t

Structure representing a range.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_range_t {
uint from;
uint to;
}

Meta