TryInto import { TryInto } from "destack:convert"; Fallible conversion into T. export newtype interface TryInto { tryInto(): Result; } language/library/src/convert/into.ds:21:24 Members tryInto(): Result Convert this value, or return an error.