Hi, do you think there is a place for an `argument...
# kontributors
m
Hi, do you think there is a place for an
argumentError(message: String)
function in the standard library?
error(message: String)
is not always appropriate as it throws
IllegalStateException
and
require(value: Boolean, lazyMessage: () -> Any)
does not always fit the code like in
when
expressions.