Language Design: Naming Conventions
Part 2: Conversion
Published on 2018-06-20. Last updated on 2022-06-26
Name | Example | Explanation |
---|---|---|
to |
array.toList int32Value.toFloat64 dictionary.to[Queue] |
|
as |
int64Value.asFloat64 int64Value.as[Float64] stringBuffer.asByteBuffer map.asSetOfEntries setOfEntries.asMap |
|