The OpenD Programming Language

cswap_

Interchanges two vectors.

More...
extern (C) nothrow @nogc @system
int
cswap_
(
ref const FortranInt n
,
cfloat* x
,
ref const FortranInt incx
,
cfloat* y
,
ref const FortranInt incy
)

Detailed Description

Meta