blob: efecacd09f34b4eb4b4531919fe312f2361ad0a2 [file] [view]
---
title: UndefinedOp
layout: article
---
<!-- Copyright 2023 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file. -->
<!-- Code generated by generrordocs.go; DO NOT EDIT. -->
```
UndefinedOp occurs when an operator is not defined for the type(s) used
in an operation.
Example:
var c = "a" - "b"
```