ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
DataElementType
ae
sys
data
Get the underlying type of a
TData
. (For
Data
, this will be
ubyte
.)
template
DataElementType (
D
)
if
(
is
(
D
==
TData
!
T
,
T
)
) {
alias
DataElementType
=
T
;
}
Members
Aliases
DataElementType
alias
DataElementType
=
T
Undocumented in source.
Meta
Source
See Implementation
ae
sys
data
aliases
CMemory
Data
DataWrapper
OSMemory
classes
DynamicMemory
Memory
functions
as
debugLog
debugStackTrace
pop
setGCThreshold
unmanagedAlloc
unmanagedDelete
unmanagedFree
unmanagedNew
static variables
allocCount
collectThreshold
dataCount
dataMemory
dataMemoryPeak
structs
TData
templates
DataElementType
variables
allocatedThreshold
Get the underlying type of a TData. (For Data, this will be ubyte.)