pub const EGUI_STORAGE_SEPARATOR: &str = "---,---";
Separator to be used for storing lists in EGUI.
Since commas can reasonably appear, I’m instead using this, which theoretically shouldn’t appear very often.