Swift: Copy on Write Automatic vs Manual
For a long time I thought CoW happens automatically in Swift and I found that this is not entirely correctAutomatically CoW:so for array, dictionary, set, string and data it happens automatically
// a
hudaios.hashnode.dev3 min read