HString.empty constructor

const HString.empty()

Create an empty HString.

Implementation

// There is no need to attach a finalizer to an empty HString, as it does not
// need to be freed.
const HString.empty() : handle = 0;