munchChars

Eats howMany characters out of pc, avances pc appropriately, and returns the eaten portion.

static
string
munchChars
(
ref string pc
,
size_t howMany
)

Meta