Function copyLenMismatch [src]
Prototype
pub fn copyLenMismatch() noreturn
Source
pub fn copyLenMismatch() noreturn {
call("source and destination have non-equal lengths", null);
}
pub fn copyLenMismatch() noreturn
pub fn copyLenMismatch() noreturn {
call("source and destination have non-equal lengths", null);
}