UnaryOperator
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- Left SLThree
.BaseExpression - Priority readonly i32
- Operator readonly string
- SourceContext SLThree
.ISourceContext
Примеры кода
- using console;
- "!SLThree.TryStatement!"
- using tlinq;
- tlinq.average<f64>(tlinq.select<i64, f64>(tlinq.take<i64>(^:(<i64>1..100), 100), x => x / 100.0));