sqlite-d ~writeSupport (2022-05-19T04:31:23.3985578)
Dub
Repo
SkipArray
utils
Undocumented in source.
struct
SkipArray (
T
)
if
(
isRandomAccessRange
!(
ElementType
!
T
)
) {
const
(
ElementType
!
T
)[]
arrays
;
size_t
_length
;
const
(
size_t
)
length
[@property getter];
auto
opOpAssign
(T rhs);
auto
opIndex
(size_t idx);
this
(T arrays);
}
Constructors
this
this
(T arrays)
Undocumented in source.
Members
Functions
opIndex
auto
opIndex
(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto
opOpAssign
(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
length
const
(
size_t
)
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_length
size_t
_length
;
Undocumented in source.
arrays
const
(
ElementType
!
T
)[]
arrays
;
Undocumented in source.
Meta
Source
See Implementation
utils
functions
bigEndian
float64
fromArray
sizeInBytes
skipArray
toArray
static variables
intArrArr
structs
BigEndian
SkipArray