linq-js-docs
Version:
use linq and lamdba in javascript
70 lines • 2.7 kB
JSON
{
"histroys": [
{
"since": "2.1.15",
"overloads": [
{
"override": true,
"parameters": [
{
"name": "element",
"types": [
"any"
]
},
{
"name": "start",
"types": [
"number"
],
"defaultValue": "0"
},
{
"name": "comparer",
"types": [
"function",
"string",
"symbol",
"number"
],
"defaultValue": "defaultStrictEqualityComparer",
"declare": {
"returns": {
"type": "boolean"
},
"parameters": [
{
"name": "element",
"types": [
"any"
]
},
{
"name": "other",
"types": [
"any"
]
}
]
}
}
],
"returns": {
"type": "number"
},
"description": "法返回指定元素在数组中的最后一个的索引",
"sees": [
{
"apis": "Enumerable.comparers",
"property": "strict"
},
{
"href": "https://developer.mozilla.org/{language}/docs/Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf",
"title": "Mozilla MDN"
}
]
}
]
}
]
}