dart:ffi: Explain Struct wrapping or not #39808
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-ffi
From the documentation of Struct it is unclear whether loading a Struct from a Pointer actually creates a Dart Wrapper-Object or if it is an intrinsic “hack” without additionally allocation.
The text was updated successfully, but these errors were encountered: