Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 498 Bytes

None.md

File metadata and controls

18 lines (11 loc) · 498 Bytes

happy-rustyDocs


happy-rusty / None

Variable: None

None: None;

A constant representing the None case of an Option, indicating the absence of a value. This constant is frozen to ensure it is immutable and cannot be altered, preserving the integrity of None throughout the application.

Defined in

prelude.ts:10