OctetStringImpl.opOpAssign

Append another OctetString to this

  1. OctetString opOpAssign(OctetString other)
  2. void opOpAssign(OctetString other)
    struct OctetStringImpl
    void
    opOpAssign
    (
    string op
    )
    (
    auto const ref OctetString other
    )
    if (
    op == "~"
    )

Meta