init_rcarray

Undocumented in source.

Members

Aliases

CPtr
alias CPtr = RCPtr!C
Undocumented in source.
RCArrayDouble
alias RCArrayDouble = RCArray!double
Undocumented in source.
RCArrayInt
alias RCArrayInt = RCArray!int
Undocumented in source.
SPtr
alias SPtr = RCPtr!S
Undocumented in source.

Functions

initWithIota
void initWithIota(RCArray!double a)
Undocumented in source. Be warned that the author may not have intended to support it.
reverseRcSlice
void reverseRcSlice(Slice!(RCI!double) a)
Undocumented in source. Be warned that the author may not have intended to support it.
reverseRcSlice
void reverseRcSlice(Slice!(RCI!int) a)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

C
struct C
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
S
struct S
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta