!
Rustのマクロ呼び出し構文(Macro Invocation)に含まれる記号
https://doc.rust-lang.org/reference/macros.html
ECMAScript spec内でCompletion Recordの結果の取得を表す記号(ReturnIfAbrupt Shorthands)
https://tc39.es/ecma262/#sec-returnifabrupt-shorthands
多くの(C言語系統の)プログラミング言語で、論理否定(NOT)演算子
TypeScript
Non-Null Assertion Operator
!:
Definite Assignment Assertions
ex,
foo!: string