CuPtr.this

create fat pointer from raw pointer and its length

  1. this(T[] host)
  2. this(size_t n)
  3. this(CUdeviceptr p, size_t l)
    struct CuPtr(T)
    this
    (
    CUdeviceptr p
    ,
    size_t l
    )

Meta