Preparing search index...
The search index is not available
solc-typed-ast
solc-typed-ast
stripSingletonParens
Function stripSingletonParens
strip
Singleton
Parens
(
e
)
:
Expression
Strip any singleton parens from expressions. I.e. given (((e))) returns e.
Parameters
e
:
Expression
Returns
Expression
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
solc-typed-ast
Loading...
Generated using
TypeDoc
Strip any singleton parens from expressions. I.e. given (((e))) returns e.