sliceCastLenRemainder
Function parameters
Parameters
- _:usize
Functions in this namespace
Functions
Source
Implementation
pub fn sliceCastLenRemainder(_: usize) noreturn {
@branchHint(.cold);
@trap();
}Function parameters
Functions in this namespace
Source
pub fn sliceCastLenRemainder(_: usize) noreturn {
@branchHint(.cold);
@trap();
}