Releases: faramozzayw/rustype
Releases · faramozzayw/rustype
HashSet
Ranges
- added ranges from Rust lang
0.3.1
Fix:
- Unexpected behavior when data is
false
Vector
0.3.0 (February 2, 2021)
Added a new type - Vector
. Vector
combines methods from Iterator
and Vector
. Also there are all methods from JS array.
- methods:
- static
default
- static
fromArray
- readonly
length
isEmpty
first
isEmpty
first
splitFirst
last
splitLast
swap
splitAt
repeat
clear
rotateLeft
rotateRight
enumerate
partition
- static
Rooa
Option
- add new methods:
- static
makeDefault
unsafe_insert
okOr
okOrElse
match
- override
toString
- static
Result
-
add new features:
- static
makeDefault
expect
expectErr
match
- override
toString
- static
-
update docs