Sha256: 107016e8ab2450039590dba12c742c6216a010299494e98f848167d561437c27
Contents?: true
Size: 238 Bytes
Versions: 17
Compression:
Stored size: 238 Bytes
Contents
// Generated by CoffeeScript 1.7.1 module.exports = function(model, calc) { var fn; fn = function(buf, previous) { return calc(buf, previous) >>> 0; }; fn.signed = calc; fn.unsigned = fn; fn.model = model; return fn; };
Version data entries
17 entries across 17 versions & 2 rubygems