Macro tylisp::defun_nocalc[][src]

macro_rules! defun_nocalc {
    {($($id_gen:tt)*) $id:ty { $(
        ($($generics:tt)*) { $($args:tt)* } $(where ($($bound:tt)+))? => { $($out:tt)* };
    )* }} => { ... };
}