mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-14 19:26:17 +01:00
(2)
This commit is contained in:
@@ -91,9 +91,7 @@ impl BuiltinFunction {
|
||||
_ => return None,
|
||||
})
|
||||
}
|
||||
pub fn takes(&self, in: Vec<VType>) -> bool {
|
||||
todo!()
|
||||
}
|
||||
/// for invalid inputs, returns VType { types: vec![] }.
|
||||
pub fn returns(&self, in: Vec<VType>) -> VType {
|
||||
match self {
|
||||
// []
|
||||
|
||||
Reference in New Issue
Block a user