fn intern_const_ref<'db>(
interner: DbInterner<'db>,
value: &Literal,
ty: Ty<'db>,
) -> Result<Const<'db>, CreateConstError<'db>>Expand description
Interns a constant scalar with the given type
fn intern_const_ref<'db>(
interner: DbInterner<'db>,
value: &Literal,
ty: Ty<'db>,
) -> Result<Const<'db>, CreateConstError<'db>>Interns a constant scalar with the given type