I’d like a convenience extension to return true when a nullable string is not null, and not blank — neither should be processed.
After the extension returns true for an immutable, I don’t want to have to have to
!!
it.
But it seems I can’t use “this” in a contract: