[ Web Proxy ]
URL:
Viewing: https://string-data-structure.github.io/failure-function [Back]  [Original]

Home | @string-data-structure/failure-function Home Manual Reference Source github.png [github.png]

:waning_crescent_moon: @string-data-structure/failure-function

String searching failure function for JavaScript. See docs.

import {build} from '@string-data-structure/failure-function';
const s = 'abracadabra';
const t = new Int32Array(s.length + 1);
build(s, 0, s.length, t, 0);

License [License] Version [Version] Tests [Tests] Dependencies [Dependencies] Dev dependencies [Dev dependencies] GitHub issues [GitHub issues] Downloads [Downloads]

Code issues [Code issues] Code maintainability [Code maintainability] Code coverage (cov) [Code coverage (cov)] Code technical debt [Code technical debt] Documentation [Documentation] Package size [Package size]

Generated by ESDoc(1.1.0)esdoc-logo-mini-black.png [esdoc-logo-mini-black.png]
Web Proxy Viewer  |  New URL  |  Original Page