Initial commit

This commit is contained in:
Aleksandr 2024-10-15 19:03:39 +03:00
commit 85b08fe00b
29 changed files with 750 additions and 0 deletions

View file

@ -0,0 +1,7 @@
use crate::ptr;
use super::ctx::Ctx;
pub fn fits(lhs: ptr::Ty, rhs: ptr::Ty) -> bool {
todo!()
}