UNPKG

aureooms-js-integer

Version:

integer code bricks for JavaScript

7 lines (3 loc) 95 B
export function _fill ( a , ai , aj , v ) { for ( let i = ai ; i < aj ; ++i ) a[i] = v ; }