_arrayOf_global_scope

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