mirror of
https://github.com/janet-lang/janet
synced 2026-04-18 21:01:27 +00:00
In destructure janet_type(_) == JANET_SYMBOL was used to check if a value was a symbol. This commit replaces that with the janet_checktype function, because that function is used for the same purpose in other places.