You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.