sound_alloc function

Pointer<Sound> sound_alloc(
  1. int size
)

Implementation

Pointer<Sound> sound_alloc(int size) =>
    Pointer(_sound_alloc(), size, safe: true);