subtractToEntry method

  1. @override
void subtractToEntry(
  1. int index,
  2. Int32x4 entry
)
override

Implementation

@override
void subtractToEntry(int index, Int32x4 entry) {
  _entries[index] -= entry;
}