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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problems
Solution
error(x any)
andsource(e error)
Built-in functions
size(m [T] | {K: V}) number
go(f \() T) \() T
go
keyword.race(xs [[T]]) [T]
debug(xs any) none
error(source any) error
source(e error) any
delete(m {K: V}, k K) {K: V}
delete
built-in function for map types #1627delete(m, "foo")
for{string: number ...m, "foo"}
Future work
reverse(xs [T]) [T]
reverse
built-in function #1345sort(xs [T], f \(T, T) boolean) [T]
sort
bulit-in function #1592After MVP
transpose([T | error]) [T] | error
transpose([T | none]) [T] | none
too?reduce(x T, ys [S], f \(T, S) T) T
zip([T], [S], \(T, S) U) [U]
regex(s string) Regex
join(ss [string], sep string) string
join(ss ...[string]) string
?Replacing constructs?
map([T], \(T) S) S
map({K: V}, \(K, V) T) T
map(xs, \(x number) string { Number'String(x) })
filter([T], \(T) boolean) [T]
References
builtin
package | GoBeta Was this translation helpful? Give feedback.
All reactions