Oliver Park

String

Written on July 31, 2022

String A string is a series of characters, such as "Swift" , that forms a collection. ...

Unicode

Written on July 31, 2022

Unicode Unicode is a modern standard for text representation that defines each of the letters and symbols commonly used in today's digital and print media. ...

Operators 2

Written on July 23, 2022

Boolean Types Absolute Value - abs ...

Operators 1

Written on July 22, 2022

Basic Operators Remainder - % ...

Optionals 3

Written on July 19, 2022

If let or If var #Guard let or var ...

Optionals 2

Written on July 19, 2022

Coalesce & Force Unwrap: Yield: Force Unwrap: ...

Optionals 1

Written on July 19, 2022

Optionals 첫번째 개념 - 기본 개념 Optionals Unwrapping -> Force and Coalesce If (let & var) and Guard (let & var) ...

Tuples (튜플 | 쌍)

Written on July 19, 2022

Tuples Example: HTTP Status Code example ...

Boolean and basic operator (!)

Written on July 19, 2022

Boolean type and not operator usage ...