Just some examples of some of the built-in methods you can call on a swift array. Let’s start with some data. A sentence that is split into an array of words. forEach Execute a closure once for each item in an array. map Create a new array based on an […]
programming
2 posts
I’ve been playing around with C code the last couple of weekends. Specifically the libav* libraries from FFmpeg. And it occurred to me that I’ve never made my own C library.