|
Last change
on this file since e4c61dd was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
337 bytes
|
| Line | |
|---|
| 1 | import ascending from "./ascending.js";
|
|---|
| 2 | import bisector from "./bisector.js";
|
|---|
| 3 | import number from "./number.js";
|
|---|
| 4 |
|
|---|
| 5 | const ascendingBisect = bisector(ascending);
|
|---|
| 6 | export const bisectRight = ascendingBisect.right;
|
|---|
| 7 | export const bisectLeft = ascendingBisect.left;
|
|---|
| 8 | export const bisectCenter = bisector(number).center;
|
|---|
| 9 | export default bisectRight;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.