Skip to content

API Reference / @gtkx/native / copy

Function: copy()

copy(dest, src, size): unknown

Defined in: index.d.ts:51

Copies size bytes from the src handle's memory into the dest handle's memory.

Parameters

dest

ExternalObject<Handle>

src

ExternalObject<Handle>

size

number

Returns

unknown

Released under the MPL-2.0 License.