menu
structify package
documentation
core/base.dart
Point
alloc static method
alloc static method
dark_mode
light_mode
alloc
static method
Pointer
<
Point
>
alloc
(
)
Allocates memory for a new
Point
struct.
Implementation
static Pointer<Point> alloc() { return calloc<Point>(); }
structify package
documentation
core/base
Point
alloc static method
Point class