stitch method

bool stitch(
  1. Pointer<Char> arg0,
  2. Pointer<Char> arg1,
  3. bool cropped
)

Shared declaration

Implementation

bool stitch(
  ffi.Pointer<ffi.Char> arg0,
  ffi.Pointer<ffi.Char> arg1,
  bool cropped,
) {
  return _stitch(
    arg0,
    arg1,
    cropped,
  );
}