withElementMake

Return an instance of R containing a single element e.

  1. R withElementMake(typeof(R.init[0]) e)
    R
    withElementMake
    (
    R
    )
    (
    typeof(R.init[0]) e
    )
    if (
    hasMember!(R, "withElement")
    )
  2. R withElementMake(typeof(R.init[0]) e)

Meta