janetWrap

Wraps a D value to a Janet value. Works for a bunch of built-in types as well as structs; for classes, see register.d.

  1. Janet janetWrap(T x)
    janetWrap
    (
    T
    string strType = "string"
    )
    (
    T x
    )
  2. Janet janetWrap()
  3. Janet janetWrap(V[K] arr)

Meta