Releases: imthath-m/SDSwiftyUtils
Releases · imthath-m/SDSwiftyUtils
SDSwiftyUtils 0.2.0
Extend Array, String and Optional
- find a string's match in another string
- subscript string with int to get the character at the index
- add computed property is nil for optional
Add methods in Array Extension
- to check and append optional
- to find matching sub array for equatable types
- to find unique count in array for hashable types
- perfrom loop and map using DispatchQueue().async and DispatchQueue.concurrentPerform
Licenced
Initial Release
0.1.0 add a project. use static encoder and decoder.