is_nodelay method

bool is_nodelay(
  1. Pointer<WINDOW> arg0
)

Implementation

bool is_nodelay(
  ffi.Pointer<WINDOW> arg0,
) {
  return _is_nodelay(
    arg0,
  );
}