yArrayPrelim method

bool yArrayPrelim({
  1. required YArray ref,
})

Implementation

bool yArrayPrelim({
  required YArray ref,
}) {
  final results = _yArrayPrelim([ref.toWasm()]);
  final result = results[0];
  return result! as bool;
}