OctetStringImpl.opBinary

Concatenate two strings

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

Parameters

other OctetString

an octet string

Return Value

this concatenated with other

Meta