UNPKG

aureooms-js-integer

Version:

integer code bricks for JavaScript

9 lines (4 loc) 109 B
export function _trim_positive ( a , ai , aj ) { while ( a[ai] === 0 && ai < aj ) ++ai ; return ai ; }