nautilus_core::correctness

Function check_slice_not_empty

source
pub fn check_slice_not_empty<T>(slice: &[T], param: &str) -> Result<()>
Expand description

Checks the slice is not empty.