Implementing throwing protocol functions as non-throwing
Jan 05, 2020
In Swift, it’s possible to satisfy a throwing function protocol requirement using a non-throwing function, which can be very useful in certain situations.
#Tips#protocol