ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
bytes
ae
utils
array
Return the value represented as an array of bytes.
inout
(
ubyte
)[]
bytes
[@property getter]
inout
(
ubyte
)[]
bytes
[@property getter]
@
property
inout
(
ubyte
)[]
bytes
(
T
)
(
inout
(
T
)
value
)
if
(
(
is
(
T
== class) ||
isDynamicArray
!
T
)
)
Meta
Source
See Implementation
ae
utils
array
aliases
queuePush
functions
afilter
amap
asort
auniq
contains
countSort
eat
eatUntil
get
isIn
isOneOf
memcmp
memmove
padRight
pluck
queuePeek
queuePeekLast
queuePop
repeatOne
sample
shift
slice
stackPeek
stackPop
stackPush
toArray
unshift
vector
vectorAssign
properties
bytes
Return the value represented as an array of bytes.