Was it considered to add String specific assertion...
# strikt
s
Was it considered to add String specific assertions to check if the String is empty or blank? For example, to use something like this:
get { uuid }.isNotNull().isNotBlank()