UNPKG

perlica

Version:

<h1 align="center">Perlica</h1>

18 lines (11 loc) 197 B
--- outline: deep --- # Option ## Overview ```ts export type Option<T> = Some<T> | None ``` See also the **[Option](https://doc.rust-lang.org/std/option/index.html)** ## Methods ## Functions