put_uXXXX

Decodes ushort c to the form uXXXX, where XXXX is 2 hexadecimal characters.

  1. W put_uXXXX(W w, char c)
  2. W put_uXXXX(W w, ushort c)
    ref
    W
    put_uXXXX
    (
    C = char
    W
    )
    (
    scope return ref W w
    ,
    ushort c
    )
    if (
    isSomeChar!C
    )

Meta