fromZArray

Return the slice up to the first NUL character, or of the whole array if none is found.

  1. C[] fromZArray(C[n] arr)
    C[]
    fromZArray
    (
    C
    n
    )
    (
    ref C[n] arr
    )
  2. C[] fromZArray(C[] arr)

Meta