We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c2421 commit 93b8d14Copy full SHA for 93b8d14
starlark/value.go
@@ -268,7 +268,8 @@ type HasSetKey interface {
268
var _ HasSetKey = (*Dict)(nil)
269
270
// A HasBinary value may be used as either operand of these binary operators:
271
-// + - * / % in not in | &
+// + - * / // % in not in | & ^ << >>
272
+//
273
// The Side argument indicates whether the receiver is the left or right operand.
274
//
275
// An implementation may decline to handle an operation by returning (nil, nil).
0 commit comments