"use strict";

exports._ = exports._identity = _identity;
function _identity(x) {
    return x;
}