dhdf5-simple v0.1.0 (2017-07-08T18:35:35Z)
Dub
Repo
Dataset.write
dhdf5
dataset
Dataset
Undocumented in source. Be warned that the author may not have intended to support it.
void
write
(Range range, Args args)
struct
Dataset
(Data, DataSpecType = typeof(DataSpecification!Data.make()))
void
write
(
Range
Args
...
)
(
Range
range
,
Args
args
)
if
(
isImplicitlyConvertible
!(
ElementType
!
Range
,
ElementType
!
Data
) &&
!
is
(
Range
==
ElementType
!(
Data
)[])
)
if
(
isInputRange
!
Data
)
auto
write
(ElementType!Data[] data)
auto
write
(ElementType!Data[] data, const(hsize_t)[] offset)
Meta
Source
See Implementation
dhdf5
dataset
Dataset
aliases
Type
constructors
this
destructors
~this
functions
add
currShape
maxShape
opIndex
opIndexAssign
opOpAssign
opSlice
read
remove
tid
write
manifest constants
rank
static functions
create
open
structs
Range