janet_checktypes

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

Meta