mirror of
https://github.com/Dummi26/mers.git
synced 2025-05-21 02:36:16 +02:00
(2)
This commit is contained in:
parent
5d868a759d
commit
5ca0373640
@ -91,9 +91,7 @@ impl BuiltinFunction {
|
|||||||
_ => return None,
|
_ => return None,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
pub fn takes(&self, in: Vec<VType>) -> bool {
|
/// for invalid inputs, returns VType { types: vec![] }.
|
||||||
todo!()
|
|
||||||
}
|
|
||||||
pub fn returns(&self, in: Vec<VType>) -> VType {
|
pub fn returns(&self, in: Vec<VType>) -> VType {
|
||||||
match self {
|
match self {
|
||||||
// []
|
// []
|
||||||
|
Loading…
Reference in New Issue
Block a user