nushell/crates/nu-protocol/src/value
pwygab caafd26deb
Attempts to add // math operator (#5759)
* attempts to add `div` math operator

* allows `//` to be used too

* fmt:

* clippy issue

* returns appropriate type

* returns appropriate type 2

* fmt

* ensure consistency; rename to `fdiv`

* Update parser.rs
2022-06-13 13:54:47 +03:00
..
custom_value.rs SQLite overhaul: custom value, query db command (#5247) 2022-04-20 16:58:21 +12:00
from_value.rs Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
from.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
mod.rs Attempts to add // math operator (#5759) 2022-06-13 13:54:47 +03:00
range.rs Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12:00
stream.rs replace ValueStream with ListStream (#4621) 2022-02-24 06:57:31 -05:00
unit.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00