Skip to main content
Module

x/ahh/mod.ts

Idiomatic type-safety functions.
Go to Latest
import * as ahh from "https://deno.land/x/ahh@v0.10.3/mod.ts";

Classes

c
I

Functionality for Iterator.

c
O

Functionality for Option.

c
R

Functionality for Result.

Type Aliases

Represents a Result that was erroneous.

An interface for dealing with iterators.

Represents an Option that does not exist.

Represents a Result that was successful.

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

An Iterator that can peek the next item.

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

Represents an Option that does exist.