mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
1e1c452b36
Following #10763, we drop the ad-hoc builders for `FrontStack`. * Building a `Fronstack` from individuals elements should be done with standard scala buidler. * Building a `Fronstack` from a `TraversableOne` should be done with the scala 2.13 `.to(FrontStack)` methd * Building a `Fronstack` from a `ImmArray` should be done with the `toImmArray` method. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
src/main | ||
BUILD.bazel |