pub fn normalize_args_head(args: &[StrykeValue]) -> Vec<StrykeValue>Expand description
Convenience: normalize the first arg in place and return a Vec the
caller can hand to its existing serializer logic. Use when the
serializer takes &[StrykeValue] and only the first element is the
data to serialize.