Function build_const::write_array[][src]

pub fn write_array<T: Debug, W: Write>(
    w: &mut W,
    name: &str,
    ty: &str,
    values: &[T]
) -> String

Write an array and return the array’s full type representation.

This can be used to create nested array constant types.