nalgebra

Function convert_unchecked

Source
pub fn convert_unchecked<From: SupersetOf<To>, To>(t: From) -> To
Expand description

Use with care! Same as try_convert but without any property checks.

ยงSee also: