nushell/crates/nu-command/src/bytes
Justin Ma ce6df93d05
Add bits shl and bits shr command (#6202)
* Add `bits shift-left` and `bits shift-right` command

* update bits shift error tips

* some code refactor

* update shift right

* some code refactor for bits shift commands

* rename bits shift commands align with bits operators

* update search term

* Update crates/nu-command/src/bits/not.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/bits/shift_left.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/bits/shift_right.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* ci skip

* change default number-bytes for bits shift

* fix bits not tests

* fix bits tests

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
2022-08-02 15:52:04 -05:00
..
add.rs Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
at.rs add more bytes cmd (#5989) 2022-07-08 21:42:31 -05:00
build_.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
bytes_.rs add bytes root command (#5956) 2022-07-06 16:46:56 +12:00
collect.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
ends_with.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00
index_of.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
length.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00
mod.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
remove.rs Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
replace.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
reverse.rs add a fair amount ofsearch terms (#6090) 2022-07-21 06:29:41 -05:00
starts_with.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00