dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Rows.this
dstruct
matrix
Rows
Create a new rows range for a given matrix.
this
(
ref
const
Matrix
!
Number
matrix
)
struct
Rows
(Number)
@
safe
pure nothrow
this
(
ref
const
Matrix
!
Number
matrix
)
if
(
isNumeric
!
Number
)
this
(
const
Matrix
!
Number
matrix
)
Meta
Source
See Implementation
dstruct
matrix
Rows
constructors
this
functions
popBack
popFront
save
properties
back
empty
front
length
opDollar
opIndex
Create a new rows range for a given matrix.