nushell/crates/nu-protocol/src/value
Stefan Holderbach 055aae9f5c
Impl FusedIterator for record iterators (#12542)
This is good practice as all our iterators will never return a value
after reaching `None`

The benefit should be minimal as only `Iterator::fuse` is directly
specialized and itself rarely used (sometimes in `itertools` adaptors)

Thus it is mostly a documentation thing
2024-04-17 00:34:16 +02:00
..
custom_value.rs Make drop notification timing for plugin custom values more consistent (#12341) 2024-04-04 09:13:25 +02:00
duration.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
filesize.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
from_value.rs Copy-on-write for record values (#12305) 2024-04-14 01:42:03 +00:00
from.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
glob.rs ls, rm, cp, open, touch, mkdir: Don't expand tilde if input path is quoted string or a variable. (#12232) 2024-03-25 10:08:38 +08:00
lazy_record.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
mod.rs Copy-on-write for record values (#12305) 2024-04-14 01:42:03 +00:00
range.rs Range refactor (#12405) 2024-04-06 09:04:56 -05:00
record.rs Impl FusedIterator for record iterators (#12542) 2024-04-17 00:34:16 +02:00