How come the <documentation of Array> has `minOrNu...
# kotlin-website
k
How come the documentation of Array has
minOrNull()
but not
min()
?
🤔 1
n
I apologise for the delayed response. That looks like an issue with the old reference, but it is fixed in the new version based on the latest Dokka. It is not the default yet, but you can open it by clicking the banner at the top of the page. Here is the
min
in the new reference.
👍 1