Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ahh/src/option/mod.ts>Some

Mostly rust-inpired stuff for @denoland.
Go to Latest
type alias Some
import { type Some } from "https://deno.land/x/ahh@v0.8.1/src/option/mod.ts";

Represents an Option that does exist.

definition: Readonly<{ some: T; }>
function Some
import { Some } from "https://deno.land/x/ahh@v0.8.1/src/option/mod.ts";