Skip to main content
Module

x/ahh/mod.ts

Mostly rusty stuff for @denoland.
Go to Latest
import * as ahh from "https://deno.land/x/ahh@v0.5.1/mod.ts";

Functions

Represents a value that is erroneous.

Represents a value that does not exist.

Represents a value that is successful.

Represents a value that exists.

Interfaces

Represents an optional value that either exists (Some) or does not exist (None).

Represents a result value that is either successful (Ok) or erroneous (Err).