const REPEATABLE_SETUP_PARAMETERS: &[u64];Expand description
The Setup Parameter Types whose own definition allows a repeat.
The two namespaces are kept apart because they do not name the same set: a PATH lives at 0x01 among Setup Parameters and nothing lives there among Version Specific Parameters, so one shared list of known types would make a repeated 0x01 refusable in a message where the draft requires it to be tolerated.