use *;
/// Sequentially write `value` into `slice` with the given `indices`
/// Sequentially write `value` into `slice` with the given `indices`, discarding
/// the writes for any out of bound indexes
;
unsafe
unsafe
/// Write `value` into `slice` with the given `indices` in parallel
/// Write `value` into `slice` with the given `indices` in parallel, discarding
/// the writes for any out of bound indexes
/// Write `value` into `slice` with the given `indices` in parallel, discarding
/// the writes for any out of bound indexes