Function build_const::write_array_raw [−][src]
pub fn write_array_raw<W: Write, S: AsRef<str> + Display>(
w: &mut W,
name: &str,
ty: &str,
raw_values: &[S]
) -> String
Write an array of raw values and return the array’s full type representation.
This can be used to create nested array constant types.