@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Function rem

    • mutate array in-place to get the remainder (%) when divided by scalar value.

      note that this is slightly different from the modulo mod operator, as this can have a negative sign.

      Type Parameters

      Parameters

      • arr: A
      • value: number
      • Optionalstart: number
      • Optionalend: number

      Returns A