janet_checktype

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int janet_checktype(Janet x, JanetType type)
  2. auto janet_checktype(T0 x, T1 t)
    extern (C) @nogc pure @safe extern (D)
    janet_checktype
    (
    T0
    T1
    )
    (
    auto ref T0 x
    ,
    auto ref T1 t
    )

Meta