fill

Fills a writable view with a solid color.

void
fill
(
V
COLOR
)
(
auto ref V v
,
COLOR c
)
if (
is(COLOR : ViewColor!V)
)

Meta