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