janetCompatible

Returns true if the Janet argument's type is compatible with the template type. Used for type checking at runtime.

  1. bool janetCompatible(Janet janet)
    pure @safe @nogc
    bool
    janetCompatible
    (
    T
    )
  2. bool janetCompatible(T x, Janet janet)

Meta