Skip to content

Instantly share code, notes, and snippets.

@Hejsil
Created November 28, 2018 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hejsil/7869d640e2207bfc321e5a73c7753adc to your computer and use it in GitHub Desktop.
Save Hejsil/7869d640e2207bfc321e5a73c7753adc to your computer and use it in GitHub Desktop.
fn a(strings: [*]const [*]const u8, len: usize) void {}
test "" {
const b = [][*]const u8{c"a"};
a(b[0..].ptr, b.len);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment