genericSeparators property

(String, String)? genericSeparators
getter/setter pair

Opening and closing symbol for type parameters. Can be any pair of symbols (eg ['(', ')']); default value follows Rust and Move: < and >.

Implementation

(String, String)? genericSeparators;