[][src]Function vrp_core::utils::as_mut

pub unsafe fn as_mut<T>(reference: &T) -> &mut T

Safety

Unsafe method which casts immutable reference to mutable one without any checks.