-
Yukihiro "Matz" Matsumoto authored
Ranges are almost immutable but `initialize` and `initialize_copy` modify the receiver so that we need to add a write barrier.
Yukihiro "Matz" Matsumoto authoredRanges are almost immutable but `initialize` and `initialize_copy` modify the receiver so that we need to add a write barrier.
Loading