The OpenD Programming Language

scopy_

Copies a vector, x, to a vector, y.

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

Detailed Description

Meta