(nothing)
(nothing)
(nothing)
- Add
Iter.concat
function (thanks to AndyGura) (#650).
(nothing)
(nothing)
-
Uppercase
Result
variants (#626). -
Un-deprecated
Array.append
(#630).
(nothing)
-
Added
Option.equal
function (thanks to ByronBecker) (#615). -
Invoking
setTimer
,ExperimentalCycles.add
, etc. now requiressystem
capability (#622). -
Added
bitshiftLeft
/bitshiftRight
toNat
(#613). This was added as part of #622 by mistake.
(nothing)
-
Added
ExperimentalInternetComputer.performanceCounter
function to get the raw performance counters (#600). -
Added
Array.take
function to get some prefix of an array (#587). -
Deprecated
TrieSet.mem
in favor ofTrieSet.contains
(#576). -
bugfix:
Array.chain(as, f)
was incorrectly trapping whenf(a)
was an empty array (#599).