Home Manual Reference Source

References

summary
public

F * bruteForce(s: string, si: number, sj: number, p: string, pi: number, pj: number): IterableIterator<number>

Find.

public

F startsWith(p: string, pi: number, pj: number, s: string, si: number): boolean

Checks that the second input string matches the first input string at the given offsets.

public

V findAll: *