Skip to content

@gtkx/ffi / Ref

Type Alias: Ref<T>

Ref<T> = object

Defined in: packages/native/dist/types.d.ts:156

A mutable reference wrapper for out-parameters.

Type Parameters

Type ParameterDescription
TThe type of the referenced value

Properties

__brand

readonly __brand: "Ref"

Defined in: packages/native/dist/types.d.ts:157


value

value: T

Defined in: packages/native/dist/types.d.ts:158