Function IPv4.opAssign

Assignment

ref IPv4 opAssign (
  uint netOrder
) pure nothrow @nogc @safe;

ref IPv4 opAssign (
  ubyte[4] bytes
) pure nothrow @nogc @safe;

ref IPv4 opAssign (
  core.sys.posix.arpa.inet.in_addr ia
) pure nothrow @nogc @safe;

ref IPv4 opAssign (
  string dottedString
) @nogc @trusted;