gfx.core.util

Utilities module

Members

Structs

StackTrace
struct StackTrace

Utility to represent and retrieve the current stack-trace

Templates

transmute
template transmute(U)

Return a bit by bit unchecked identical representation of the passed argument

unsafeCast
template unsafeCast(U)

Down cast of a reference to a child class reference runtime check is disabled in release build If T is a base class of U, this does a blind cast to the same address. If T is an interface implemented by U, it first offset address to the object base address and does a blind cast to that address.

Meta