el_vectorConst

Create a const integer vector elem

extern (C) nothrow @safe @trusted
el_vectorConst
(
tym_t ty
,
ulong val
)

Parameters

ty tym_t

type of the vector

val ulong

value to broadcast to the vector elements

Return Value

Type: elem*

created OPconst elem

Meta