You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core libraries use the following conventions when naming arguments
f, g, h - function
n - integer, usually a size
index, i - integer index
x, y - numbers
xs - sequence
m - map
s - string
re - regular expression
coll - a collection
pred - a predicate closure
& more - variable number of arguments
The text was updated successfully, but these errors were encountered:
core libraries use the following conventions when naming arguments
f, g, h - function
n - integer, usually a size
index, i - integer index
x, y - numbers
xs - sequence
m - map
s - string
re - regular expression
coll - a collection
pred - a predicate closure
& more - variable number of arguments
The text was updated successfully, but these errors were encountered: