menu
Into
import { Into } from "destack:convert";
Infallible conversion into T.
1export newtype interface Into<T> {2 into(): T;3}Members
into(): TConvert this value.
import { Into } from "destack:convert";
Infallible conversion into T.
1export newtype interface Into<T> {2 into(): T;3}into(): TConvert this value.