Appearance
function isMaskComplete(value, mask): boolean;
True when value fills every required slot of mask exactly as the mask lays it out.
value
mask
string
boolean