Pergunta de entrevista da empresa Fitness22

Questions like what is an Optional?

Resposta da entrevista

Sigiloso

15 de mai. de 2025

An Optional is a type that represents either: 1. A value of a specified type 2. No value (represented by nil) Under the hood, Optional is an enum