src: add IsEmpty() check to HasInstance()
The check has virtually zero overhead and it simplifies the call sites because they were calling IsEmpty() anwyay.
parent
53603736
Please register or sign in to comment
The check has virtually zero overhead and it simplifies the call sites because they were calling IsEmpty() anwyay.