Constant MAX_ARG_NAME_LENGTH
pub const MAX_ARG_NAME_LENGTH: u32 = 256; // 256u32
Expand description
A small(ish) limit on the length of argument names is used because argument names are expected to be used repeatedly, many times.
pub const MAX_ARG_NAME_LENGTH: u32 = 256; // 256u32
A small(ish) limit on the length of argument names is used because argument names are expected to be used repeatedly, many times.