master
CrossNox 3 years ago
parent 5ec5fee2d0
commit 189ee34576
  1. 3
      src/rustint/core.clj

@ -2174,7 +2174,8 @@
'f64 float?, 'f64 float?,
'String string?, 'String string?,
'bool boolean? 'bool boolean?
'usize usize? 'usize usize?,
'char char?
), func (get rtypes rtype)] ), func (get rtypes rtype)]
(or (vector? arg) (func arg)) (or (vector? arg) (func arg))
) )

Loading…
Cancel
Save