Skip to main content
Module

x/resulty/mod.ts>some

Provides simple, Rust-like Result and Option objects for Deno.
Latest
function some
import { some } from "https://deno.land/x/resulty@0.4.0/mod.ts";

Returns the Some option containing the value to be returned.

Parameters

something: T