dopt v0.3.3 (2018-01-02T09:27:38Z)
Dub
Repo
Buffer
dopt
core
types
Creates a wrapper around a user allocated buffer
struct
Buffer {
this
(void[] buf);
T
[]
as
();
const
(
T
)[]
as
();
}
Constructors
this
this
(void[] buf)
Undocumented in source.
Members
Functions
as
T
[]
as
()
Undocumented in source. Be warned that the author may not have intended to support it.
as
const
(
T
)[]
as
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dopt
core
types
enums
DataType
functions
sizeOf
structs
Buffer
TensorType
Creates a wrapper around a user allocated buffer