tiny.mprompt.configDefault
Defined in tiny.mprompt.
Returns a Config with every field at its default, so a caller starts from the defaults and changes only the fields it needs.
Source
Source: lib/mprompt/src/prompt.zig:463
zig
/// Returns a `Config` with every field at its default, so a caller starts from the defaults and/// changes only the fields it needs.pub fn configDefault() Config { return .{};}Source: lib/mprompt/src/root.zig:79
zig
pub const configDefault = raw.configDefault;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |