FunctionDefinition
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- Modificators array<string>
- FunctionName SLThree
.BaseExpression - GenericArguments array<tuple<SLThree
.NameExpression , SLThree.TemplateMethod >>.ConstraintDefinition - Arguments array<SLThree
.FunctionArgument > - FunctionBody SLThree
.StatementList - ReturnTypeHint SLThree
.TypenameExpression - not_template bool
- Priority readonly i32
- SourceContext SLThree
.ISourceContext
Примеры кода
- i = 1;
- cnt => cnt.i += 1(self);
- using tlinq;
- tlinq.average<f64>(tlinq.select<i64, f64>(tlinq.take<i64>(^:(<i64>1..100), 100), x => x / 100.0));