dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Array.isDynamic
dlib
container
array
Array
Returns true if the array uses dynamic memory.
struct
Array
(T, size_t chunkSize = 32)
@
property
const
bool
isDynamic
(
)
Meta
Source
See Implementation
dlib
container
array
Array
aliases
append
appendLeft
insertAt
opDollar
remove
removeAt
removeLeft
functions
data
free
insertBack
insertFront
insertKey
length
opApply
opApplyReverse
opIndex
opIndexAssign
opOpAssign
opSlice
readOnlyData
removeBack
removeFirst
removeFront
removeKey
reserve
resize
shiftLeft
shiftRight
properties
isDynamic
Returns true if the array uses dynamic memory.