Home Explore Blog CI



nushell

3rd chunk of `commands/docs/describe.md`
81ae019440b2d377999f88d1f15123f0897997778f17154500000001000010f8
│               │ │              │ │               │ :Record>                                                     │ │ │
│               │ │              │ ╰───────────────┴──────────────────────────────────────────────────────────────╯ │ │
│               │ │              │ ╭─────────────────────┬────────────────────────────────────────────────────────╮ │ │
│               │ │ fib          │ │ type                │ list                                                   │ │ │
│               │ │              │ │ detailed_type       │ list<int>                                              │ │ │
│               │ │              │ │ length              │ 6                                                      │ │ │
│               │ │              │ │ rust_type           │ &mut alloc::vec::Vec<nu_protocol::value::Value>        │ │ │
│               │ │              │ │                     │ ╭───┬──────┬───────────────┬───────────┬───────╮       │ │ │
│               │ │              │ │ value               │ │ # │ type │ detailed_type │ rust_type │ value │       │ │ │
│               │ │              │ │                     │ ├───┼──────┼───────────────┼───────────┼───────┤       │ │ │
│               │ │              │ │                     │ │ 0 │ int  │ int           │ i64       │     1 │       │ │ │
│               │ │              │ │                     │ │ 1 │ int  │ int           │ i64       │     1 │       │ │ │
│               │ │              │ │                     │ │ 2 │ int  │ int           │ i64       │     2 │       │ │ │
│               │ │              │ │                     │ │ 3 │ int  │ int           │ i64       │     3 │       │ │ │
│               │ │              │ │                     │ │ 4 │ int  │ int           │ i64       │     5 │       │ │ │
│               │ │              │ │                     │ │ 5 │ int  │ int           │ i64       │     8 │       │ │ │
│               │ │              │ │                     │ ╰───┴──────┴───────────────┴───────────┴───────╯       │ │ │
│               │ │              │ ╰─────────────────────┴────────────────────────────────────────────────────────╯ │ │
│               │ │              │ ╭─────────────────┬────────────────────────────────────────────────────────────╮ │ │
│               │ │ on_save      │ │ type            │ closure                                                    │ │ │
│               │ │              │ │ detailed_type   │ closure                                                    │ │ │
│               │ │              │ │ rust_type       │ &alloc::boxed::Box<nu_protocol::engine::closure::Closure>  │ │ │
│               │ │              │ │ value           │ closure_1                                                  │ │ │
│               │ │              │ │                 │ ╭──────────┬─────────╮                                     │ │ │

Title: Detailed output of the `describe` command (continued): 'fib' list and 'on_save' closure
Summary
This excerpt details the 'fib' list, specifying its integer elements (1, 1, 2, 3, 5, 8), along with the type, detailed type, and Rust type of the elements. It also describes an 'on_save' closure, including its type, detailed type, Rust type, and a 'closure_1' value.