zua.interop.functions

Undocumented in source.

Members

Classes

ConversionException
class ConversionException

Thrown when a value cannot be converted from the Lua to D side

Functions

convertParameters
auto convertParameters(DConsumable[] args)

Convert function parameters from a DConsumable[] to D-side arguments

convertReturn
DConsumable[] convertReturn(ReturnType!(Unqual!QualifiedFunc) value)

Convert the D-side return value of a native function to a DConsumable[]

Meta