Sha256: 2e6b107db04fe84f0c713bc963bc93efbac1b06b0276c737c1142895d6e768cd
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
static VALUE <%=c_iter%>(char *ptr, size_t pos, VALUE fmt) { dtype x; LOAD_BIT(ptr,pos,x); return format_<%=tp%>(fmt, x); } /* Returns a string containing a human-readable representation of NArray. @overload inspect @return [String] */ VALUE <%=c_func%>(VALUE ary) { return na_ndloop_inspect(ary, <%=c_iter%>, Qnil); }
Version data entries
4 entries across 4 versions & 1 rubygems