uli
infix fun Any?.matches(obj: Any?) = (obj == null || obj == this)
period.day matches day
A modern programming language that makes developers happier.