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