public static void CopyInto <T>(this VirtualMap <T> src, VirtualMap <T> dest, bool blindCopy = false) { src.CopyInto(dest, Point.Zero, blindCopy); }