Function str-from-utf16pub

Source
:fn(pub) str-from-utf16 ( (Vec AnyUInt)  (Result Str Str) )
Description

str-from-utf16 — decode a (Vec AnyUInt) of UTF-16 code units to a Str; invalid surrogates produce Err. Free word because the receiver is a Vec (no Str in the input), matching the bytes-from-hex pattern.