bitleveld.reinterpret

Undocumented in source.

Members

Classes

ReinterpretException
class ReinterpretException

Thrown on a reinterpretation error.

Functions

reinterpretAsArray
T[] reinterpretAsArray(U input)

Safely cast a type into an array type.

reinterpretCast
T[] reinterpretCast(U[] input)

Safely casts one type of an array to another.

reinterpretGet
T reinterpretGet(U[] input)

Safely casts one type of an array to a single instance of a type.

Meta