ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
_arrayOf_global_scope
ocean
core
TypeConvert
Undocumented in source.
version(unittest)
static immutable
auto
_arrayOf_global_scope
=
arrayOf
!(
byte
)(
1
,
2
,
3
)
;
Examples
auto
arr
=
arrayOf
!(
hash_t
)(
1
,
2
,
3
);
test
!(
"=="
)(
arr
, [
cast
(
hash_t
)
1
,
2
,
3
][]);
Meta
Source
See Source File
ocean
core
TypeConvert
classes
A
B
C
functions
assumeUnique
downcast
testToDgBad
testToDgBar
testToDgFoo
toContextDg
toDg
interfaces
I
static variables
_arrayOf_global_scope
templates
arrayOf
castFrom