Function init

Source
pub(crate) fn init<'tcx, F, T>(cx: &SmirCtxt<'tcx>, f: F) -> T
where F: FnOnce() -> T,
OSZAR »