@extra-array/bsearchr
Version:
Binary searches rightmost value in sorted array.
67 lines • 1.16 kB
JSON
{
"name": "@extra-array/bsearchr",
"version": "2.1.75",
"description": "Binary searches rightmost value in sorted array.",
"main": "index.js",
"scripts": {
"test": "exit"
},
"keywords": [
"extra",
"array",
"is",
"head",
"tail",
"init",
"last",
"get",
"set",
"swap",
"compare",
"isEqual",
"range",
"linspace",
"push",
"pop",
"shift",
"unshift",
"copy",
"rotate",
"slice",
"filter",
"map",
"concat",
"reverse",
"chunk",
"zip",
"splice",
"insert",
"repeat",
"bsearch",
"bsearchc",
"bsearchl",
"bsearchr",
"sort",
"prefixes",
"infixes",
"suffixes",
"subsequences",
"permutations",
"isPrefix",
"isInfix",
"isSuffix",
"isSubsequence",
"isPermutation"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-array.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-array/issues"
},
"homepage": "https://github.com/nodef/extra-array#readme",
"dependencies": {}
}