eignnx

Results 5 comments of eignnx

Thanks for the response! I on macOS Sierra 10.12.6. Yeah, both `cmd + t` and the new tab button show the same issue on my end.

Hmm good question. I think there's a couple approaches: 1. Return a boolean (false when out of bounds) and (in the case of `get`) give the value output as an...

I'm not sure what you mean by allocation being required, couldn't the implementation essentially return `&arr[idx]` (after computing `idx` based on `stride` and the provided index)? I agree that `if(ret_given.success)`...

That's a great point about being able to write via the pointer. I wonder if instead there should be just one function called something like `dynarray_access` (maybe there's a better...

In progress. BenjaminYankowitz is working on #7