The OpenD Programming Language

IonDescribedValue.trustedGet

Gets typed value (nothrow internal version).

struct IonDescribedValue
return scope @safe pure nothrow @nogc const
T
trustedGet
(
T
)
()
if (
(
isIonType!T ||
is(T == IonInt)
)
&&
)

Return Value

Type: T

Ion Typed Value Note: This function doesn't check the encoded value type.

Meta