• M
    Split coalesce into inplace and copy version · 3d0558ef
    Matt Bierner 提交于
    Using an overload makes the code more complex and prevents  patterns such as `.then(coalesce)` or `.map(coalesce)`. It also makes it clear which code paths are actually being most used in our code
    3d0558ef
outlineModel.ts 12.7 KB