#902·lo

feat: IsNilOrEmpty method

Author: jay-babuCreated Jun 8, 2026Updated Jul 16, 2026

This is a common utility in many other languages like kotlin. I think it would be nice to have as part of this library. Currently I think you would have to do something like `lo.FromPtr(request.Params.Status) != ""` to handle it for a string.