Skip to main content

array_1

Function array_1 

Source
pub fn array_1<'gcx>(
    elem: Term<Name<Interned<'gcx, str>>>,
    gcx: &'gcx GlobalCx<'gcx>,
) -> Term<Name<Interned<'gcx, str>>>
Expand description

array/1

  • Arg0 - Element type

ยงExamples

  • Code - [i32]
  • Output - array(i32, dyn)