This PR refers to the work done on setting the Core target as well as implemented some basic features as extension to a pair of Swift primitive types.
To give further details about this work:
defined the Core target;
implemented the empty static property and the isNotEmpty() function in the String+Empty extension;
implemented the init(_: ) initialiser fo strings in the Bool+Init extension;
This PR refers to the work done on setting the `Core` target as well as implemented some basic features as extension to a pair of `Swift` primitive types.
To give further details about this work:
- [x] defined the `Core` target;
- [x] implemented the **empty** static property and the **isNotEmpty()** function in the `String+Empty` extension;
- [x] implemented the **init(_: )** initialiser fo strings in the `Bool+Init` extension;
javier
self-assigned this 2023-04-16 12:27:43 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR refers to the work done on setting the
Coretarget as well as implemented some basic features as extension to a pair ofSwiftprimitive types.To give further details about this work:
Coretarget;String+Emptyextension;Bool+Initextension;