half.opAssign

Assign with another half.

  1. half opAssign(T other)
  2. half opAssign(T other)
    struct half
    @nogc ref pure nothrow
    opAssign
    (
    T
    )
    ()
    if (
    is(Unqual!T == half)
    )

Meta